From 89cf3732bc44c4a1c018b16041e677db93c73938 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 30 May 2022 16:25:00 +0530 Subject: [PATCH] Update Jenkinsfile Disable hipIpcMemAccessTest.tst and p2p_copy_coherency.tst [ROCm/hip commit: 34a00342b2e256e9fd82fdd539b32ee55f919356] --- projects/hip/.jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/.jenkins/Jenkinsfile b/projects/hip/.jenkins/Jenkinsfile index c7ac6a3049..81323e4af4 100644 --- a/projects/hip/.jenkins/Jenkinsfile +++ b/projects/hip/.jenkins/Jenkinsfile @@ -58,7 +58,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 ctest -E 'cooperative_streams_least_capacity.tst|cooperative_streams_half_capacity.tst|cooperative_streams_full_capacity.tst|grid_group_data_sharing.tst' + LLVM_PATH=/opt/rocm/llvm ctest -E 'cooperative_streams_least_capacity.tst|cooperative_streams_half_capacity.tst|cooperative_streams_full_capacity.tst|grid_group_data_sharing.tst|hipIpcMemAccessTest.tst|p2p_copy_coherency.tst' else make test fi