Update Jenkinsfile
Disable hipIpcMemAccessTest.tst and p2p_copy_coherency.tst
[ROCm/hip commit: 34a00342b2]
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user