From 695cbacd9916743a2f1030c5eeacc6f9c7c86eaf Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Tue, 13 Jul 2021 19:22:56 +0200 Subject: [PATCH] Serialize unit tests everywhere --- ci-scripts/ci-runner.bash | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci-scripts/ci-runner.bash b/ci-scripts/ci-runner.bash index 0e866df630..8ba19b7d0d 100644 --- a/ci-scripts/ci-runner.bash +++ b/ci-scripts/ci-runner.bash @@ -125,10 +125,7 @@ if [ "X${MODULEUSE}" != "X" ]; then module use ${MODULEUSE} fi -parallel_opts="--workers=auto --forked" -if [[ $(hostname) =~ tsa|uan ]]; then - parallel_opts="" -fi +parallel_opts="" # Bootstrap ReFrame ./bootstrap.sh