Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1892
Fix CI pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix CI pipeline
f.uhlig/cbmroot:fix_ci_pipline
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Florian Uhlig
requested to merge
f.uhlig/cbmroot:fix_ci_pipline
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
The OS of run4 was upgraded to Debian12 so we need to update the CI runner on that machine.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a90d0dcc
1 commit,
1 year ago
1 file
+
5
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
5
−
6
View file @ a90d0dcc
Edit in single-file editor
Open in Web IDE
Show full file
@@ -248,15 +248,14 @@ FileLicenceCheck:
-
CbmRoot_realData
.realData_variables
:
&realData_variables
OS
:
"
Debian10"
EXTRA_PATH
:
/opt/cmake/3.20.1/bin
OS
:
"
Debian12"
NCPU
:
16
RAW_DATA_PATH
:
"
/opt/cbmsoft/beamtime-test-data/reduced/"
FAIRSOFT_VERSION
:
"
apr21p2
_root6
"
FAIRSOFT_VERSION
:
"
apr21p2"
FAIRROOT_VERSION
:
"
v18.6.7"
BASE_PATH
:
"
/opt/
cbmsoft
"
SIMPATH
:
"
$BASE_PATH/fairsoft
_
$FAIRSOFT_VERSION
/installation
"
FAIRROOTPATH
:
"
$BASE_PATH/fairroot
_
${FAIRROOT_VERSION}
-fairsoft
_${FAIRSOFT_VERSION}"
BASE_PATH
:
"
/opt/"
SIMPATH
:
"
$BASE_PATH/fairsoft
/
$FAIRSOFT_VERSION"
FAIRROOTPATH
:
"
$BASE_PATH/fairroot
/
${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
CHECK_GEO_HASH_CHANGE
:
"
1"
.apptainer_tag
:
&apptainer_tag
Loading