jenkins: do not execute GPU tests
This commit is contained in:
parent
1a4a7ec147
commit
134c9641ff
@ -123,9 +123,9 @@ function build_module {
|
|||||||
TESTTHREADS=${TESTTHREADS:-1}
|
TESTTHREADS=${TESTTHREADS:-1}
|
||||||
if test -z "$CTEST_CONFIGURATION"
|
if test -z "$CTEST_CONFIGURATION"
|
||||||
then
|
then
|
||||||
ctest -T Test --no-compress-output -j$TESTTHREADS
|
ctest -T Test --no-compress-output -j$TESTTHREADS -LE "gpu_.*"
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
# Convert to junit format
|
# Convert to junit format
|
||||||
|
Loading…
Reference in New Issue
Block a user