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

ci: disable juggler trigger

parent 811157b5
Branches
Tags
1 merge request!543ci: disable juggler trigger
...@@ -473,25 +473,6 @@ jug_xl:singularity:nightly: ...@@ -473,25 +473,6 @@ jug_xl:singularity:nightly:
- mkdir build - mkdir build
- 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
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: benchmarks:reconstruction:
stage: benchmarks stage: benchmarks
rules: rules:
...@@ -506,7 +487,6 @@ benchmarks:reconstruction: ...@@ -506,7 +487,6 @@ benchmarks:reconstruction:
trigger: trigger:
project: EIC/benchmarks/reconstruction_benchmarks project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend strategy: depend
## for now allow failure, as we need to update those pipelines
allow_failure: false allow_failure: false
benchmarks:physics: benchmarks:physics:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment