From c25b0ec0d1ca0ad2eabbb08710e2a028e6c8c7fa Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 15 Apr 2023 18:17:27 +0000
Subject: [PATCH] ci: disable juggler trigger

---
 .gitlab-ci.yml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3fd60a409..ce0850164 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab