From 9cbd61a6fee5e9651fc4f190e4b4620447e68400 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sun, 28 Feb 2021 23:08:09 -0600
Subject: [PATCH] 	modified:   .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72fed7ee..1eabccc4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,8 +80,6 @@ roman_pot_simu:
   stage: simulate
   needs: 
     - ["get_data"]
-  tags:
-    - silicon
   script:
     - cp NPDet/src/detectors/trackers/compact/elements.xml ./.
     - cp NPDet/src/detectors/trackers/compact/materials.xml ./.
@@ -91,16 +89,12 @@ roman_pot_nhits:
   stage: benchmarks
   needs:
     - ["roman_pot_simu"]
-  tags:
-    - silicon
   script:
     - root -b -q benchmarks/trackers/simple_tracking.cxx+
   allow_failure: true
 
 roman_pot_eta:
   stage: benchmarks
-  tags:
-    - silicon
   needs:
     - ["roman_pot_simu"]
   script:
@@ -118,12 +112,8 @@ zdc_simulation:
 
 zdc_benchmark:
   stage: benchmarks
-  tags:
-    - silicon
   needs: 
     - ["zdc_simulation"]
-  dependencies:
-    - zdc_simulation
   script:
     - ls -lrth sim_output
     - root -b -q benchmarks/calorimeters/simple_checking.cxx+
@@ -133,10 +123,6 @@ zdc_benchmark_info_histogram:
   stage: benchmarks
   needs: 
     - ["zdc_simulation"]
-  tags:
-    - silicon
-  dependencies:
-    - zdc_simulation
   script:
     - cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
     - cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
-- 
GitLab