Skip to content
Snippets Groups Projects
Commit 66328801 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: use juggler main in nightly

parent 2bce2781
No related branches found
No related tags found
1 merge request!400feat: use juggler main in nightly
...@@ -568,7 +568,7 @@ jug_xl:singularity:nightly: ...@@ -568,7 +568,7 @@ jug_xl:singularity:nightly:
- singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG} - singularity pull build/${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${NIGHTLY_TAG}
## trigger juggler rebuild on nightly schedule to ensure both images remain in sync ## trigger juggler rebuild on nightly schedule to ensure both images remain in sync
juggler:master: juggler:main:
stage: deploy stage: deploy
rules: rules:
- if: '$NIGHTLY != "0" && $CI_COMMIT_BRANCH == "master"' - if: '$NIGHTLY != "0" && $CI_COMMIT_BRANCH == "master"'
...@@ -579,7 +579,7 @@ juggler:master: ...@@ -579,7 +579,7 @@ juggler:master:
- jug_xl:nightly - jug_xl:nightly
variables: variables:
TRIGGERED_BY_NIGHTLY: 1 TRIGGERED_BY_NIGHTLY: 1
JUGGLER_VERSION: master JUGGLER_VERSION: main
NPDET_VERSION: master NPDET_VERSION: master
DETECTOR_VERSION: master DETECTOR_VERSION: master
IP6_VERSION: master IP6_VERSION: master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment