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

modified: .gitlab-ci.yml

parent ef8c23ca
No related branches found
No related tags found
1 merge request!20Restructuring repo
...@@ -27,6 +27,7 @@ env: ...@@ -27,6 +27,7 @@ env:
script: script:
- ./util/print_env.sh - ./util/print_env.sh
- mkdir -p /scratch/${CI_PROJECT_NAME}_${CI_PIPELINE_ID} - mkdir -p /scratch/${CI_PROJECT_NAME}_${CI_PIPELINE_ID}
- mkdir -p /scratch/${CI_PROJECT_NAME}_${CI_PIPELINE_ID}/sim_output
detector: detector:
stage: initialize stage: initialize
...@@ -58,10 +59,10 @@ get_data: ...@@ -58,10 +59,10 @@ get_data:
stage: data_init stage: data_init
needs: ["detector"] needs: ["detector"]
script: script:
- git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets - ln -s ${LOCAL_DATA_PATH}/sim_output sim_output
- ln -s datasets/data - ln -s ${LOCAL_DATA_PATH}/datasets/data data
- mkdir -p results - cd ${LOCAL_DATA_PATH} && git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets
- mkdir -p sim_output
#generate_config: #generate_config:
# stage: ci_gen # stage: ci_gen
...@@ -77,8 +78,6 @@ roman_pot_simu: ...@@ -77,8 +78,6 @@ roman_pot_simu:
needs: needs:
- ["get_data","detector"] - ["get_data","detector"]
script: script:
- cp NPDet/src/detectors/trackers/compact/elements.xml ./.
- cp NPDet/src/detectors/trackers/compact/materials.xml ./.
- bash benchmarks/trackers/roman_pot_simu.sh - bash benchmarks/trackers/roman_pot_simu.sh
roman_pot_nhits: roman_pot_nhits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment