Draft: Introduce trigger error for CITest validation
Make the TriggerMC CITest (!50455 (merged)) fail on purpose to validate error reporting.
cc @rbielski
Merge request reports
Activity
added Trigger TriggerMenu master labels
CI Result FAILURE (hash 5c922e44)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
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
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 47033]Looks good - I'm just not sure about running
noerror.sh
which duplicates a subset of the CheckLog functionality. Especially since this extra output moves the key summary line:2022-02-16T133332 CET TrigValSteering INFO Test trigAna_RDOtoRDOTrig_v1Dev_build finished with code 65 because the following required steps failed: ['Reco_tf', 'CheckLog', 'CountRefComp']
further from the end, hiding it a bit in the flood of messages.
Yeah, could add an option to disable
noerror.sh
. Will think about that. On the other side, there is some merit of having a common error reporting across all tests that cannot be disabled. Another easy fix would be to change the log level of that INFO messsage to ERROR inTrigValSteering
One more comment on
noerror.sh
- I noticed only now, but this message:noerror.sh> Please check /build/ci-builds/master/Athena/build/Athena/AtlasTest/CITest/CMakeFiles/ciTestRun/TriggerMC/TriggerMC.log
is only confusing and not helpful. No one has access to this file and even if they had, it's deleted shortly after the pipeline finishes (or as soon as a new one starts on the node). Also the content of that file is just printed above, so no need to check the file.
added 1 commit
- 083840d9 - Draft: Introduce trigger count diffs for CITest validation
added changes-trigger-counts label
CI Result FAILURE (hash 083840d9)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make required tests optional tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
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
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 47046]