From 36c11e3dfd79f36ce582701c7b9bfff6c1e983ec Mon Sep 17 00:00:00 2001 From: Richard Top Date: Mon, 17 Jun 2024 11:44:33 +0000 Subject: [PATCH] Revert back to default memory usage in ReFrame tests --- bot/test.sh | 2 +- reframe_config_bot.py.tmpl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bot/test.sh b/bot/test.sh index 04bff346cd..d48fd74734 100755 --- a/bot/test.sh +++ b/bot/test.sh @@ -206,7 +206,7 @@ else fi # Bind mount /sys/fs/cgroup so that we can determine the amount of memory available in our cgroup for # Reframe configuration -TEST_STEP_ARGS+=("--extra-bind-paths" "/sys/fs/cgroup:/hostsys/fs/cgroup:ro") +# TEST_STEP_ARGS+=("--extra-bind-paths" "/sys/fs/cgroup:/hostsys/fs/cgroup:ro") # prepare arguments to test_suite.sh (specific to test step) declare -a TEST_SUITE_ARGS=() diff --git a/reframe_config_bot.py.tmpl b/reframe_config_bot.py.tmpl index 607373767a..63d13c7ec2 100644 --- a/reframe_config_bot.py.tmpl +++ b/reframe_config_bot.py.tmpl @@ -34,11 +34,11 @@ site_configuration = { 'options': ['--mem={size}'], } ], - 'extras': { - # Make sure to round down, otherwise a job might ask for more mem than is available - # per node - 'mem_per_node': __MEM_PER_NODE__, - }, +# 'extras': { +# # Make sure to round down, otherwise a job might ask for more mem than is available +# # per node +# 'mem_per_node': __MEM_PER_NODE__, +# }, 'max_jobs': 1 } ]