From df1b0c61d2385dd7c04391613bce0bec49f2be0e Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Wed, 11 Dec 2019 14:46:19 +0100 Subject: [PATCH] Use --flex-alloc-nodes option to run user tests in ci --- ci-scripts/ci-runner.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/ci-runner.bash b/ci-scripts/ci-runner.bash index 394dfe01c6..35dc0fc7af 100644 --- a/ci-scripts/ci-runner.bash +++ b/ci-scripts/ci-runner.bash @@ -50,7 +50,7 @@ run_tutorial_checks() run_user_checks() { cmd="./bin/reframe -C config/cscs.py --exec-policy=async --save-log-files \ --r --flex-alloc-tasks=2 -t production|benchmark $@" +-r --flex-alloc-nodes=2 -t production|benchmark $@" echo "Running user checks with \`$cmd'" checked_exec $cmd }