Skip to content
Snippets Groups Projects
Commit 7a4bd70a authored by Bertrand Martin Dit Latour's avatar Bertrand Martin Dit Latour Committed by Frank Winklmeier
Browse files

TrigGpuTest: restore --CA for RDOtoRDOTrigger

TrigGpuTest: restore --CA for RDOtoRDOTrigger

Hello,

Following the removal of '--CA' from trigger ART tests in !71467, one MC test is failing (test_trigGPU_RDOtoRDOTrig_v1Dev_grid). Presumably we need to restore '--CA' for the RDOtoRDOTrigger step (ATR-28807, ATR-29423).

Cheers,
Bertrand
parent ca03a263
No related branches found
No related tags found
Loading
......@@ -37,6 +37,7 @@ ex.concurrent_events = 4
ex.args = '--outputRDO_TRIGFile=RDO_TRIG.pool.root'
ex.args += ' --preExec="all:{:s};"'.format(preExec)
ex.args += ' --preInclude "all:Campaigns.MC23c"'
ex.args += ' --CA'
test = Test.Test()
test.art_type = 'grid'
......
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