Update Jenkinsfile (#2436)

Temporarily disable tests that fail due to infra issues.
This commit is contained in:
Maneesh Gupta
2021-12-13 12:49:26 +05:30
committed by GitHub
parent cddb52549b
commit 84721f7ab5
+2 -2
View File
@@ -57,7 +57,7 @@ def hipBuildTest(String backendLabel) {
set -x
# Check if backend label contains string "amd" or backend host is a server with amd gpu
if [[ $backendLabel =~ amd ]]; then
LLVM_PATH=/opt/rocm/llvm make test
LLVM_PATH=/opt/rocm/llvm ctest -E 'saxpy.tst|hiprtcGetLoweredName.tst'
else
make test
fi
@@ -97,7 +97,7 @@ def hipBuildTest(String backendLabel) {
set -x
# Check if backend label contains string "amd" or backend host is a server with amd gpu
if [[ $backendLabel =~ amd ]]; then
LLVM_PATH=/opt/rocm/llvm make test
LLVM_PATH=/opt/rocm/llvm ctest -E 'Unit_hiprtc_saxpy'
else
make test
fi