Skip to content
Snippets Groups Projects
Commit 4e883107 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cherry-pick-dae0c666 [formerly 6b715a6c92]-master' into 'master'

Sweeping !16122 from 21.1 to master.
Add art-result code when references are missing

See merge request atlas/athena!16173

Former-commit-id: 2262483e
parents b488ca70 e4d24e63
No related branches found
No related tags found
No related merge requests found
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
......@@ -37,11 +37,11 @@ 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
timeout 1m regtest.pl --inputfile athena.regtest --reffile ${REF_FOLDER}/athena.regtest | tee regtest.log
echo "art-result: ${PIPESTATUS[0]} RegTest"
else
echo $(date "+%FT%H:%M %Z")" No reference athena.regtest found in ${REF_FOLDER}"
echo "art-result: 5 RegTest"
fi
if [ -f ${REF_FOLDER}/expert-monitoring.root ]; then
......@@ -53,6 +53,8 @@ if [ -f ${REF_FOLDER}/expert-monitoring.root ]; then
echo "art-result: ${PIPESTATUS[0]} CheckCounts"
else
echo $(date "+%FT%H:%M %Z")" No reference expert-monitoring.root found in ${REF_FOLDER}"
echo "art-result: 5 RootComp"
echo "art-result: 5 CheckCounts"
fi
if [ -f trig_cost.root ]; then
......
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