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

Merge branch 'trigp1test-fix-config-consistency' into 'master'

Disable memory monitoring in test_trigP1_v1Dev_configConsistency_build

Closes ATR-21125

See merge request atlas/athena!31167
parents b59cf04e ec30f021
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ def make_exec_steps(nforks, nthreads, nslots): ...@@ -18,6 +18,8 @@ def make_exec_steps(nforks, nthreads, nslots):
ex.forks = nforks ex.forks = nforks
ex.threads = nthreads ex.threads = nthreads
ex.concurrent_events = nslots ex.concurrent_events = nslots
ex.perfmon = False
ex.prmon = False
ex.args = '--dump-config-exit' ex.args = '--dump-config-exit'
ex.args += ' -c "setMenu=\'LS2_v1\';"' # LS2_v1 soon to be renamed to Dev_pp_run3_v1 ex.args += ' -c "setMenu=\'LS2_v1\';"' # LS2_v1 soon to be renamed to Dev_pp_run3_v1
......
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