runHLT_standalone: Fix use of message level constants
Fix unfortunate mistake made in !34445 (merged). For some reason, in the scope where it is used, logging.INFO = 20
is different from Constants.INFO = 3
. The comparison protecting overly verbose print-outs was comparing the current printing level to the wrong constant. As a result, a typical HLT athena job log was full of useless information and 20MB large instead of <5MB.
Merge request reports
Activity
added Trigger master review-pending-level-1 labels
CI Result SUCCESS (hash 3863263b)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 18241]added review-approved label and removed review-pending-level-1 label
- Resolved by Rafal Bielski
- Resolved by Rafal Bielski
added 149 commits
-
3863263b...def19dde - 148 commits from branch
atlas:master
- 15b9aa0b - runHLT_standalone: Fix use of message level constants
-
3863263b...def19dde - 148 commits from branch
added review-pending-level-1 label and removed review-approved label
CI Result SUCCESS (hash 15b9aa0b)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 1
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 18248]added review-approved label and removed review-pending-level-1 label
mentioned in commit bbae0bc0
added sweep:ignore label