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}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user