Skip to content
Snippets Groups Projects
Commit 20e3f477 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrigGpuTest: remove redundant --CA from ART test definitions

parent 4c7dc894
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ from TrigValTools.TrigValSteering import Test, ExecStep, CheckSteps
ex = ExecStep.ExecStep()
ex.type = 'athena'
ex.args = '--CA'
ex.input = 'data'
ex.threads = 1
ex.job_options = 'TriggerJobOpts/runHLT.py'
......
......@@ -37,7 +37,6 @@ 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 "all:True"'
test = Test.Test()
test.art_type = 'grid'
......
......@@ -32,7 +32,6 @@ ex.flags = ['CaloRecGPU.GlobalFlags.UseCaloRecGPU=True',
'Trigger.triggerMenuSetup="Dev_pp_run3_v1_TriggerValidation_prescale"',
'Trigger.doLVL1=True',
'Trigger.doRuntimeNaviVal=True']
ex.args = '--CA'
test = Test.Test()
test.art_type = 'grid'
......
......@@ -29,7 +29,6 @@ ex.threads = 4
ex.concurrent_events = 4
ex.flags = ['CaloRecGPU.GlobalFlags.UseCaloRecGPU=True',
'Trigger.triggerMenuSetup="Dev_pp_run3_v1_TriggerValidation_prescale"']
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