Skip to content
Snippets Groups Projects
Commit adf02dc5 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'triggertest_cost' into 'master'

TriggerTest: Remove cost post-processing for ART jobs

See merge request atlas/athena!36694
parents a7ad75f5 8fba8ba9
No related branches found
No related tags found
No related merge requests found
......@@ -80,15 +80,6 @@ else
echo "art-result: 999 CheckCounts"
fi
### COST
if [ -f trig_cost.root ]; then
echo $(date "+%FT%H:%M %Z")" Running CostMon"
timeout 2h RunTrigCostD3PD -f trig_cost.root --outputTagFromAthena --costMode > costMon.log 2>&1
else
echo $(date "+%FT%H:%M %Z")" file trig_cost.root does not exist thus RunTrigCostD3PD will not be run"
fi
### ZEROCOUNTS CHECK
# SKIP_CHAIN_DUMP=1 skips this step
......
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