Skip to content
Snippets Groups Projects
Commit e8f8fb29 authored by Rafal Bielski's avatar Rafal Bielski :wave:
Browse files

Trigger ART: generate empty PoolFileCatalog, reduce stdout printout in post-processing

parent 5433b2b3
No related branches found
No related tags found
Loading
......@@ -84,6 +84,11 @@ fi
######################################
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
art.py createpoolfile
######################################
if [[ ${FROMPICKLE} == "1" ]]; then
echo "Running athena from pickle file ${JOBOPTION} with the command:"
(set -x
......
......@@ -78,7 +78,7 @@ timeout 5m check_log.pl --config checklogTrigUpgradeTest.conf --showexcludestats
echo "art-result: ${PIPESTATUS[0]} CheckLog"
echo $(date "+%FT%H:%M %Z")" Running checklog for warnings"
timeout 5m check_log.pl --config checklogTrigUpgradeTest.conf --noerrors --warnings --showexcludestats ${JOB_LOG} 2>&1 | tee warnings.log
timeout 5m check_log.pl --config checklogTrigUpgradeTest.conf --noerrors --warnings --showexcludestats ${JOB_LOG} >warnings.log 2>&1
### PERFMON
......@@ -119,7 +119,7 @@ mv ${REGTESTREF_BASENAME} ${REGTESTREF_BASENAME}.new
if [ -f ${REF_FOLDER}/expert-monitoring.root ]; then
echo $(date "+%FT%H:%M %Z")" Running rootcomp"
timeout 10m rootcomp.py --skip="TIME_" ${REF_FOLDER}/expert-monitoring.root expert-monitoring.root 2>&1 | tee rootcompout.log
timeout 10m rootcomp.py --skip="TIME_" ${REF_FOLDER}/expert-monitoring.root expert-monitoring.root >rootcompout.log 2>&1
echo "art-result: ${PIPESTATUS[0]} RootComp"
else
echo $(date "+%FT%H:%M %Z")" No reference expert-monitoring.root found in ${REF_FOLDER}"
......
......@@ -43,7 +43,7 @@ timeout 5m check_log.pl --config checklogTriggerTest.conf --showexcludestats ${J
echo "art-result: ${PIPESTATUS[0]} CheckLog"
echo $(date "+%FT%H:%M %Z")" Running checklog for warnings"
timeout 5m check_log.pl --config checklogTriggerTest.conf --noerrors --warnings --showexcludestats ${JOB_LOG} 2>&1 | tee warnings.log
timeout 5m check_log.pl --config checklogTriggerTest.conf --noerrors --warnings --showexcludestats ${JOB_LOG} >warnings.log 2>&1
### PERFMON
......@@ -82,7 +82,7 @@ mv athena.regtest athena.regtest.new
if [ -f ${REF_FOLDER}/expert-monitoring.root ]; then
echo $(date "+%FT%H:%M %Z")" Running rootcomp"
timeout 10m rootcomp.py ${REF_FOLDER}/expert-monitoring.root expert-monitoring.root 2>&1 | tee rootcompout.log
timeout 10m rootcomp.py ${REF_FOLDER}/expert-monitoring.root expert-monitoring.root >rootcompout.log 2>&1
echo "art-result: ${PIPESTATUS[0]} RootComp"
echo $(date "+%FT%H:%M %Z")" Running checkcounts"
timeout 10m trigtest_checkcounts.sh 0 expert-monitoring.root ${REF_FOLDER}/expert-monitoring.root HLT 2>&1 | tee checkcountout.log
......
......@@ -59,6 +59,11 @@ fi
######################################
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
art.py createpoolfile
######################################
echo "Running athena command:"
if [[ $INPUT == 'data' ]]; then
(set -x
......
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