Skip to content
Snippets Groups Projects
Commit eb07a289 authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh
Browse files

Make MessageCount a required step, with suitably generous initial thresholds

parent a716589b
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!31713Disallow debug messages in CI test
......@@ -27,6 +27,13 @@ test.art_type = 'build'
test.exec_steps = [ex]
test.check_steps = CheckSteps.default_check_steps(test)
#Overwrite default msgcount steps
msgcount = test.get_step("MessageCount")
msgcount.info_threshold = 1200
msgcount.other_threshold = 100
msgcount.required = True # make the test exit code depend on this step
# Overwrite default RegTest settings
regtest = test.get_step('RegTest')
regtest.regex = 'TrigSignatureMoniMT.*HLT_.*|TrigSignatureMoniMT.*-- #[0-9]+ (Events|Features).*'
......
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