Skip to content
Snippets Groups Projects
Commit c716e252 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

	modified:   trackers/dummy_test.sh
parent 5461a61a
No related branches found
No related tags found
No related merge requests found
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest
stages: stages:
- trackers - data_init
- calorimeters - detectors
- pid
#- others #- others
get_data:
stage: data_init
tags:
- sodium
script:
- git clone https://eicweb.phy.anl.gov/EIC/datasets.git datasets
# artifacts:
# paths:
# - datasets
track_test1: track_test1:
stage: trackers stage: detectors
tags: tags:
- sodium - sodium
script: script:
...@@ -15,7 +24,7 @@ track_test1: ...@@ -15,7 +24,7 @@ track_test1:
allow_failure: true allow_failure: true
cal_test1: cal_test1:
stage: calorimeters stage: detectors
tags: tags:
- sodium - sodium
script: script:
...@@ -23,7 +32,7 @@ cal_test1: ...@@ -23,7 +32,7 @@ cal_test1:
allow_failure: true allow_failure: true
pid_test1: pid_test1:
stage: pid stage: detectors
tags: tags:
- sodium - sodium
script: script:
......
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
echo "Tracker Dummy Test..." echo "Tracker Dummy Test..."
echo "passes." echo "passes."
ls -lrth
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment