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

modified: ../.gitlab-ci.yml

	modified:   replay_elastic_data.sh
parent f32ead03
No related branches found
No related tags found
No related merge requests found
Pipeline #1773 failed with stages
in 24 seconds
...@@ -18,7 +18,7 @@ hcana_singularity: ...@@ -18,7 +18,7 @@ hcana_singularity:
tags: tags:
- singularity - singularity
stage: build_sing_img stage: build_sing_img
#when: manual when: manual
dependencies: dependencies:
- hcana_docker - hcana_docker
script: script:
...@@ -41,6 +41,7 @@ elastic_replay: ...@@ -41,6 +41,7 @@ elastic_replay:
dependencies: dependencies:
- hcana_singularity - hcana_singularity
script: script:
- mkdir -p build && cd build && wget https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana/-/jobs/11134/artifacts/raw/build/Singularity.hcana.simg
- bash tests/replay_elastic_data.sh - bash tests/replay_elastic_data.sh
artifacts: artifacts:
paths: paths:
......
...@@ -27,6 +27,7 @@ ln -s ../ROOTfiles ...@@ -27,6 +27,7 @@ ln -s ../ROOTfiles
# run replay script # run replay script
singularity exec ../build/Singularity.hcana.simg hcana -b -q "scripts/replay_production_coin.cxx+(6012,1)" singularity exec ../build/Singularity.hcana.simg hcana -b -q "scripts/replay_production_coin.cxx+(6012,-1)"
echo "hcana calls... the coin replay script and outputs blah.root"
echo " hcana calls... the coin replay script and outputs blah.root"
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