From a0c212a11c15f72282be1b997976868d68ec33d7 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Tue, 15 Dec 2020 10:17:01 +0100 Subject: [PATCH] Disable parallel unittests in CI for eiger --- 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 5035d366d3..ed7e2f6437 100644 --- a/ci-scripts/ci-runner.bash +++ b/ci-scripts/ci-runner.bash @@ -126,7 +126,7 @@ if [ "X${MODULEUSE}" != "X" ]; then fi parallel_opts="--workers=auto --forked" -if [[ $(hostname) =~ tsa ]]; then +if [[ $(hostname) =~ tsa|uan ]]; then parallel_opts="" fi