From 4e2d5bf436c7b9cf1467a5118cdf99093a3baea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Sun, 17 Oct 2021 17:27:07 +0200 Subject: [PATCH] Docker: Exclude SIRIUS from farming test --- tools/docker/scripts/test_farming.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/scripts/test_farming.sh b/tools/docker/scripts/test_farming.sh index 933455b1ff..8c07a49163 100755 --- a/tools/docker/scripts/test_farming.sh +++ b/tools/docker/scripts/test_farming.sh @@ -7,6 +7,6 @@ source /opt/cp2k-toolchain/install/setup echo -e "\n========== Running Regtests ==========" cd /workspace/cp2k -make VERSION=psmp test TESTOPTS="-farming -ompthreads 1 -skipunittest -skipdir TMC/regtest_ana_on_the_fly -skipdir TMC/regtest_ana_post_proc -skipdir TMC/regtest -skipdir LIBTEST/libvori -skipdir LIBTEST/libbqb ${TESTOPTS}" +make VERSION=psmp test TESTOPTS="-farming -ompthreads 1 -skipunittest -skipdir TMC/regtest_ana_on_the_fly -skipdir TMC/regtest_ana_post_proc -skipdir TMC/regtest -skipdir LIBTEST/libvori -skipdir LIBTEST/libbqb -skipdir SIRIUS/regtest-1 ${TESTOPTS}" #EOF