Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
GeoModel
Commits
9cb858d1
Commit
9cb858d1
authored
1 year ago
by
Johannes Junggeburth
Browse files
Options
Downloads
Patches
Plain Diff
Rebase GeoModel always w.r.t main in the pipeline
parent
b8d17e73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!302
Rebase GeoModel always w.r.t main in the pipeline
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
athena_ci/athena_build.sh
+18
-1
18 additions, 1 deletion
athena_ci/athena_build.sh
athena_ci/patch_package_filters.txt
+1
-0
1 addition, 0 deletions
athena_ci/patch_package_filters.txt
with
19 additions
and
1 deletion
athena_ci/athena_build.sh
+
18
−
1
View file @
9cb858d1
...
...
@@ -34,6 +34,8 @@ function heading() {
set
-e
BUILD_DIR
=
${
PWD
}
heading
"Preliminary setup"
if
[
-z
"
${
ATHENA_SOURCE
}
"
]
;
then
...
...
@@ -94,10 +96,25 @@ lsetup "views ${LCG_RELEASE} ${LCG_PLATFORM}" || true
CCACHE
=
$(
command
-v
ccache
)
$CCACHE
-z
heading
"Rebase the GeoModel code base w.r.t. main"
cd
${
CI_PROJECT_DIR
}
git fetch origin
fill_line
"Changes w.r.t to main before rebase"
git diff HEAD origin/main
git rebase origin/main
fill_line
"Changes w.r.t to main after rebase"
git diff HEAD origin/main
cd
${
BUILD_DIR
}
heading
"Configure GeoModel"
gm_install_dir
=
$PWD
/geomodel-install
cmake
-S
"
${
SCRIPT_DIR
}
/.."
-B
geomodel-build
\
-GNinja
\
-DCMAKE_MAKE_PROGRAM
=
"
$NINJA
"
\
...
...
This diff is collapsed.
Click to expand it.
athena_ci/patch_package_filters.txt
+
1
−
0
View file @
9cb858d1
...
...
@@ -10,4 +10,5 @@
+ InnerDetector/InDetDetDescr/ServiceExtensionGeoModelXml
+ InnerDetector/InDetDetDescr/StripGeoModelXml
+ InnerDetector/InDetDetDescr/PLRGeoModelXml
+ InnerDetector/InDetDetDescr/PixelGeoModel
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment