Including two tests for HLTCalo in GPU running
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Filter activity
added Trigger main review-pending-level-1 labels
CI Result SUCCESS (hash 2ea751b6)Athena externals cmake make 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
For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 6345] (remote access info)added review-approved label and removed review-pending-level-1 label
mentioned in commit 0a3d396b
@damazio I am not sure we have ART build nodes with GPUs installed. I think this should have probably been a grid test.
27 ex = ExecStep.ExecStep() 28 ex.type = 'athena' 29 ex.job_options = 'TriggerJobOpts/runHLT.py' 30 ex.input = 'data' 31 ex.threads = 1 32 ex.flags = ['CaloRecGPU.GlobalFlags.UseCaloRecGPU=True', 33 'Trigger.triggerMenuSetup="Dev_pp_run3_v1_TriggerValidation_prescale"', 34 'Trigger.doLVL1=True'] 35 ex.args = '--CA' 36 37 test = Test.Test() 38 test.art_type = 'build' 39 test.exec_steps = [ex] 40 test.check_steps = CheckSteps.default_check_steps(test) 41 42 # Overwrite default MessageCount settings
Please register or sign in to reply