Skip to content
Snippets Groups Projects
Commit f5551669 authored by Catrin Bernius's avatar Catrin Bernius
Browse files

Merge branch 'update-trigger-ART' into '21.1'

fixes for trigger ART test monitoring

See merge request atlas/athena!15910

Former-commit-id: 1c9b8fea52da5908ee4fbb728f9087a2d51152df
parents 0998d98c 9810e1bf
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ if [ -z ${TEST} ]; then ...@@ -13,7 +13,7 @@ if [ -z ${TEST} ]; then
fi fi
if [ -z ${REF_FOLDER} ]; then 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 fi
### ###
...@@ -33,6 +33,8 @@ timeout 1m chainDump.py -S --rootFile=expert-monitoring.root ...@@ -33,6 +33,8 @@ timeout 1m chainDump.py -S --rootFile=expert-monitoring.root
export JOB_LOG_TAIL=${JOB_LOG%%.*}.tail.${JOB_LOG#*.} export JOB_LOG_TAIL=${JOB_LOG%%.*}.tail.${JOB_LOG#*.}
tail -10000 ${JOB_LOG} > ${JOB_LOG_TAIL} tail -10000 ${JOB_LOG} > ${JOB_LOG_TAIL}
grep REGTEST athena.log > athena.regtest
if [ -f ${REF_FOLDER}/athena.regtest ]; then if [ -f ${REF_FOLDER}/athena.regtest ]; then
echo $(date "+%FT%H:%M %Z")" Running regtest" echo $(date "+%FT%H:%M %Z")" Running regtest"
grep REGTEST athena.log > athena.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