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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
d99f618e
Commit
d99f618e
authored
1 month ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Add jobs for vae24 pro + new dev fs+fr pair introduced in
06f22bc0
(jan24pX + 18.8.2)
parent
b7a89653
No related branches found
No related tags found
1 merge request
!2032
Update CI build jobs
Pipeline
#33076
passed
4 weeks ago
Stage: package
Stage: verify
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+34
-0
34 additions, 0 deletions
.gitlab-ci.yml
with
34 additions
and
0 deletions
.gitlab-ci.yml
+
34
−
0
View file @
d99f618e
...
...
@@ -293,6 +293,30 @@ FileLicenceCheck:
INSTALL_PROJECT
:
"
TRUE"
EXTRA_FLAGS
:
'
"-DCBM_TEST_INSTALL=TRUE"'
.apptainer_vae24_variables_nov22p3
:
&apptainer_vae24_variables_nov22p3
CONTAINER
:
"
/cvmfs/vae.gsi.de/vae24/containers/user_container-production.sif"
OS
:
vae24
FAIRSOFT_VERSION
:
nov22p3
FAIRROOT_VERSION
:
v18.8.0
BASE_PATH
:
"
/cvmfs/fairsoft.gsi.de/debian11/"
SIMPATH
:
"
$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
FAIRROOTPATH
:
"
$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
CONFIGFILE
:
"
/cvmfs/cbm.gsi.de/debian11/bin/setup_development_environment.sh"
INSTALL_PROJECT
:
"
TRUE"
EXTRA_FLAGS
:
'
"-DCBM_TEST_INSTALL=TRUE"'
.apptainer_vae24_variables_jan24p1
:
&apptainer_vae24_variables_jan24p1
CONTAINER
:
"
/cvmfs/vae.gsi.de/vae24/containers/user_container-production.sif"
OS
:
vae24
FAIRSOFT_VERSION
:
jan24p1
FAIRROOT_VERSION
:
v18.8.2
BASE_PATH
:
"
/cvmfs/fairsoft.gsi.de/debian11/"
SIMPATH
:
"
$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
FAIRROOTPATH
:
"
$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
CONFIGFILE
:
"
/cvmfs/cbm.gsi.de/debian11/bin/setup_development_environment.sh"
INSTALL_PROJECT
:
"
TRUE"
EXTRA_FLAGS
:
'
"-DCBM_TEST_INSTALL=TRUE"'
.apptainer_debian11_variables_apr21
:
&apptainer_debian11_variables_apr21
CONTAINER
:
"
/cvmfs/cbm.gsi.de/containers/debian11_v18.6.7_apr21p2_1.sif"
OS
:
debian11
...
...
@@ -447,6 +471,16 @@ CbmRoot_Merge_Apptainer_vae23_nov22p1:
variables
:
<<
:
[
*mergeRequestVariables
,
*apptainer_vae23_variables_nov22p1
]
CbmRoot_Merge_Apptainer_vae24_nov22p3
:
<<
:
[
*apptainer_tag
,
*check_merge_request
,
*build_and_test
]
variables
:
<<
:
[
*mergeRequestVariables
,
*apptainer_vae24_variables_nov22p3
]
CbmRoot_Merge_Apptainer_vae24_jan24p1
:
<<
:
[
*apptainer_tag
,
*check_merge_request
,
*build_and_test
]
variables
:
<<
:
[
*mergeRequestVariables
,
*apptainer_vae24_variables_jan24p1
]
CbmRoot_Merge_macosx_13_nov22p1
:
<<
:
[
*macosx_tag
,
*check_merge_request
,
*build_and_test
]
variables
:
...
...
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