jenkins: do not execute GPU tests

This commit is contained in:
Arne Morten Kvarving 2023-05-09 11:52:28 +02:00
parent 1a4a7ec147
commit 134c9641ff

View File

@ -123,9 +123,9 @@ function build_module {
TESTTHREADS=${TESTTHREADS:-1}
if test -z "$CTEST_CONFIGURATION"
then
ctest -T Test --no-compress-output -j$TESTTHREADS
ctest -T Test --no-compress-output -j$TESTTHREADS -LE "gpu_.*"
else
ctest -j$TESTTHREADS -C $CTEST_CONFIGURATION --timeout 5000 -T Test --no-compress-output
ctest -j$TESTTHREADS -C $CTEST_CONFIGURATION --timeout 5000 -T Test --no-compress-output -LE "gpu_.*"
fi
# Convert to junit format