From 7361d8f296e8f2804e1609296f00f01bcda38488 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Wed, 28 Aug 2019 14:04:25 +0200 Subject: [PATCH] Run benchmark tests in CI with predefined number of tasks --- 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 6c7928690a..5960862250 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 -t production $@" +-r --flex-alloc-tasks=2 -t 'production|benchmark' $@" echo "Running user checks with \`$cmd'" checked_exec $cmd }