Skip to content
Snippets Groups Projects
Commit 4a51e88c authored by Bertrand Martin's avatar Bertrand Martin
Browse files

TriggerTest: fix test starting from pickle

It should have been done in !68914 but was overlooked.

Cheers,
Bertrand
parent a59151c4
No related branches found
No related tags found
1 merge request!68973TriggerTest: fix test starting from pickle
......@@ -136,7 +136,8 @@ def generate_exec_steps(slice_name = None):
ex.input = ''
ex.use_pickle = True
ex.job_options = 'athena.ConfigOnly.pkl'
ex.threads = 1
ex.args = '--CA'
ex.fpe_auditor = False # included in pickle
ex.max_events = 100
ex.depends_on_previous = False if slice_name else True
ex.perfmon = False
......
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