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

modified: .gitlab-ci.yml

	modified:   tests/elastic_test.sh
	new file:   tests/elastic_test2.sh
	modified:   tests/my_root_script.cxx
	new file:   tests/replay_elastic_data.sh
parent 309674f1
No related branches found
No related tags found
No related merge requests found
Pipeline #1747 failed
......@@ -3,6 +3,7 @@ image: eicweb.phy.anl.gov:4567/whit/image_recipes/root_base:latest
stages:
- build
- build_sing_img
- data_replays
- data_tests
hcana_docker:
......@@ -33,11 +34,33 @@ hcana_singularity:
- build/Singularity.hcana
- build/Singularity.hcana.simg
elastic_tests:
elastic_replay:
tags:
- eic0 docker
stage: data_tests
stage: data_replay
dependencies:
- hcana_singularity
script:
- bash tests/replay_elastic_data.sh
artifact:
- ROOTfiles/blah.root
elastic_test1:
tags:
- eic0 docker
stage: data_tests
dependencies:
- elastic_replay
script:
- bash tests/elastic_test.sh
elastic_test2:
tags:
- eic0 docker
stage: data_tests
dependencies:
- elastic_replay
script:
- bash tests/elastic_test2.sh
#!/bin/bash
echo "This is the elastic testing..."
echo " "
echo "There are currently 0 tests to run!"
which hcana
#echo "This is the elastic testing..."
#echo " "
#echo "There are currently 0 tests to run!"
#which hcana
#
#ls -lrth
#ls -lrth build
#
#git clone git@eicweb.phy.anl.gov:jlab/hallc/exp/CSV/hallc_replay_csv.git
#git clone git@eicweb.phy.anl.gov:jlab/hallc/exp/CSV/online_csv.git
#cd online_csv
#ln -s ../hallc_reaply_csv/PARAM
## and the reset
#
#mkdir raw
#pushd raw
# wget coin.dat
#popd
ls -lrth
ls -lrth build
singularity help build/Singularity.hcana.simg
......
#!/bin/bash
echo "This is the elastic testing..."
echo " "
echo "There are currently 0 tests to run!"
which hcana
ls -lrth
ls -lrth build
git clone git@eicweb.phy.anl.gov:jlab/hallc/exp/CSV/hallc_replay_csv.git
git clone git@eicweb.phy.anl.gov:jlab/hallc/exp/CSV/online_csv.git
cd online_csv
ln -s ../hallc_reaply_csv/PARAM
# and the reset
mkdir raw
pushd raw
wget coin.dat
popd
singularity help build/Singularity.hcana.simg
singularity exec build/Singularity.hcana.simg which hcana
singularity exec build/Singularity.hcana.simg hcana tests/my_root_script.cxx
echo " WOOOO"
void my_root_script() {
std::cout << "Hello from my_root_script.cxx!\n";
std::cout << "This should be run with singularity\n";
......
#!/bin/bash
echo "This is the elastic testing..."
echo " "
echo "There are currently 0 tests to run!"
which hcana
ls -lrth
ls -lrth build
git clone git@eicweb.phy.anl.gov:jlab/hallc/exp/CSV/hallc_replay_csv.git
git clone git@eicweb.phy.anl.gov:jlab/hallc/exp/CSV/online_csv.git
cd online_csv
ln -s ../hallc_reaply_csv/PARAM
# and the reset
mkdir raw
pushd raw
wget coin.dat
popd
# run replay script
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