Update Jenkinsfile (#2436)

Temporarily disable tests that fail due to infra issues.

[ROCm/hip commit: 84721f7ab5]
This commit is contained in:
Maneesh Gupta
2021-12-13 12:49:26 +05:30
committed by GitHub
parent 9602e94c5b
commit 4ace90aa8e
+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