Skip to content
Snippets Groups Projects
Commit 0a99c3a5 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-perfmonmt-ca-config-update' into 'master'

PerfMonComps: Update PerfMonMT CA configuration

See merge request atlas/athena!47076
parents 0e3308d7 8d00eac9
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,11 @@ def PerfMonMTSvcCfg(flags, **kwargs):
kwargs.setdefault("jsonFileName", flags.PerfMon.OutputJSON)
# Get CA and add the service
acc = ComponentAccumulator()
acc = ComponentAccumulator(sequence="AthBeginSeq")
beginSeq = acc.getSequence("AthBeginSeq")
beginSeq.IgnoreFilterPassed = False
beginSeq.StopOverride = False
beginSeq.Sequential = True
acc.addService(PerfMonMTSvc(**kwargs), create=True)
# Enable the auditors that are necessarry for the service
......
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