Skip to content
Snippets Groups Projects
Commit 7cb64c01 authored by Bertrand Martin's avatar Bertrand Martin Committed by Melissa Yexley
Browse files

TriggerTest: fix test starting from pickle

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

Cheers,
Bertrand
parent a2478a0c
No related branches found
No related tags found
No related merge requests found
......@@ -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