From 115f8800a187bbec17a86fd0dc03f748cb1de665 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 24 Jul 2021 22:06:14 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5dae060..ce93e05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,8 +36,6 @@ stages:
 
 common:variables:
   stage: config0
-  rules:
-    - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' 
   script:
     - |
       echo "   CI_PIPELINE_SOURCE = ${CI_PIPELINE_SOURCE}"
@@ -75,15 +73,15 @@ detector_benchmarks:
     project: EIC/benchmarks/detector_benchmarks
     strategy: depend
 
-physics_benchmarks:
-  stage: benchmarks
-  needs: ["common:variables"]
-  variables:
-    JUGGLER_DETECTOR: "athena"
-    COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
-  trigger:
-    project: EIC/benchmarks/physics_benchmarks
-    strategy: depend
+    #physics_benchmarks:
+    #  stage: benchmarks
+    #  needs: ["common:variables"]
+    #  variables:
+    #    JUGGLER_DETECTOR: "athena"
+    #    COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
+    #  trigger:
+    #    project: EIC/benchmarks/physics_benchmarks
+    #    strategy: depend
 
 
 pages:
-- 
GitLab