Skip to content

Commit

Permalink
Merge pull request #406 from TopRichard/nessi-2023.06-Fix_extra_bind_…
Browse files Browse the repository at this point in the history
…paths_arg_in_bot

Fix --extra-bind-paths argument in bot/test.sh
  • Loading branch information
TopRichard authored Jun 14, 2024
2 parents 1b54c63 + 2abea14 commit 804b60b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bot/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ if [[ -z ${RESUME_DIR} ]]; then
else
TEST_STEP_ARGS+=("--resume" "${RESUME_DIR}")
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")

# prepare arguments to test_suite.sh (specific to test step)
declare -a TEST_SUITE_ARGS=()
Expand Down

0 comments on commit 804b60b

Please sign in to comment.