From 72bb1511467abb1cfb213698c3ef57ffa7c83dba Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 2 Oct 2023 02:21:10 +0000
Subject: [PATCH] Resolve "Add can-fail option to downstream DII  trigger"

---
 .gitlab-ci.yml | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dffd461..5dc7085 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,9 +87,6 @@ detector_benchmarks:
     strategy: depend
   parallel:
     matrix:
-      - DETECTOR: 'DII'
-        DETECTOR_VERSION: 'main'
-        BEAMLINE: 'ip8'
       - DETECTOR: 'epic'
         DETECTOR_CONFIG: 'epic_arches'
         DETECTOR_VERSION: 'main'
@@ -98,3 +95,20 @@ detector_benchmarks:
         DETECTOR_CONFIG: 'epic_brycecanyon'
         DETECTOR_VERSION: 'main'
         DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
+
+
+other_detector_benchmarks:
+  stage: benchmarks
+  rules:
+    - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' 
+  needs: ["common:variables"]
+  variables:
+    COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
+  trigger:
+    project: EIC/benchmarks/detector_benchmarks
+  parallel:
+    matrix:
+      - DETECTOR: 'DII'
+        DETECTOR_VERSION: 'main'
+        BEAMLINE: 'ip8'
+
-- 
GitLab