Skip to content
Snippets Groups Projects

ci: disable juggler trigger

Merged Wouter Deconinck requested to merge ci-disable-juggler-trigger into master
1 file
+ 0
20
Compare changes
  • Side-by-side
  • Inline
+ 0
20
@@ -473,25 +473,6 @@ jug_xl:singularity:nightly:
- mkdir build
- 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
juggler:main:
stage: deploy
rules:
- if: '$NIGHTLY != "0" && $CI_COMMIT_BRANCH == "master"'
when: on_success
- when: never
needs:
- version
- jug_xl:nightly
variables:
TRIGGERED_BY_NIGHTLY: 1
JUGGLER_VERSION: main
DETECTOR_VERSION: master
IP6_VERSION: master
trigger:
project: EIC/juggler
allow_failure: true
benchmarks:reconstruction:
stage: benchmarks
rules:
@@ -506,7 +487,6 @@ benchmarks:reconstruction:
trigger:
project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
## for now allow failure, as we need to update those pipelines
allow_failure: false
benchmarks:physics:
Loading