Skip to content
Snippets Groups Projects
Commit 5d3bfe99 authored by James Beacham's avatar James Beacham
Browse files

Merge branch 'cherry-pick-f5551669 [formerly 1c9b8fea52]-21.0' into '21.0'

Sweeping !15910 from 21.1 to 21.0.
fixes for trigger ART test monitoring

See merge request atlas/athena!15977

Former-commit-id: f71924834ae8dfb3d66bdd7e76dad1d5d720557c
parents 98d1f9ed fcc0258c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if [ -z ${TEST} ]; then
fi
if [ -z ${REF_FOLDER} ]; then
export REF_FOLDER="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/${TEST}/ref/${AtlasBuildBranch}/${NAME}"
export REF_FOLDER="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/${TEST}/ref/${AtlasBuildBranch}/test_${NAME}"
fi
###
......@@ -33,6 +33,8 @@ timeout 1m chainDump.py -S --rootFile=expert-monitoring.root
export JOB_LOG_TAIL=${JOB_LOG%%.*}.tail.${JOB_LOG#*.}
tail -10000 ${JOB_LOG} > ${JOB_LOG_TAIL}
grep REGTEST athena.log > athena.regtest
if [ -f ${REF_FOLDER}/athena.regtest ]; then
echo $(date "+%FT%H:%M %Z")" Running regtest"
grep REGTEST athena.log > athena.regtest
......
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