From c716e2525d1eeaf7d937044311716e9b2bbd43e1 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 20 Jul 2020 21:01:32 -0500 Subject: [PATCH] modified: .gitlab-ci.yml modified: trackers/dummy_test.sh --- .gitlab-ci.yml | 21 +++++++++++++++------ trackers/dummy_test.sh | 3 +++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ad20ae4..255be922 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,22 @@ image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest stages: - - trackers - - calorimeters - - pid + - data_init + - detectors #- 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: - stage: trackers + stage: detectors tags: - sodium script: @@ -15,7 +24,7 @@ track_test1: allow_failure: true cal_test1: - stage: calorimeters + stage: detectors tags: - sodium script: @@ -23,7 +32,7 @@ cal_test1: allow_failure: true pid_test1: - stage: pid + stage: detectors tags: - sodium script: diff --git a/trackers/dummy_test.sh b/trackers/dummy_test.sh index 1dc291aa..d7e83841 100644 --- a/trackers/dummy_test.sh +++ b/trackers/dummy_test.sh @@ -3,4 +3,7 @@ echo "Tracker Dummy Test..." echo "passes." + +ls -lrth + exit 0 -- GitLab