Skip to content

Commit 1ce7ea2

Browse files
authored
[rocshmem] CI: Disable RO flood testing, tracking issue AIROCSHMEM-324 (#3961)
## Motivation Flood tests do not pass CI, tracking issue AIROCSHMEM-324 ## Technical Details Disable non-passing RO test case ## JIRA ID AIROCSHMEM-296 AIROCSHMEM-324 ## Test Plan CI Jenkins run ## Submission Checklist - [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
1 parent 5ce5eac commit 1ce7ea2

File tree

1 file changed

+2
-0
lines changed
  • projects/rocshmem/scripts/functional_tests

1 file changed

+2
-0
lines changed

projects/rocshmem/scripts/functional_tests/driver.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ TestOther() {
502502
ExecTest "pingall" 2 32 1
503503

504504
################################ Flood test ##################################
505+
if [[ $TEST != ro* ]]; then #AIROCSHMEM-324
505506
ExecTest "flood_put" 2 64 1024
506507
ExecTest "flood_put" 8 64 1024
507508
ExecTest "flood_putnbi" 8 64 1024
@@ -518,6 +519,7 @@ TestOther() {
518519
ExecTest "flood_add" 8 64 1024
519520
ExecTest "flood_fadd" 8 64 1024
520521
ExecTest "flood_waitadd" 8 64 1024
522+
else echo "Skip: flood_* (AIROCSHMEM-324: RO flood tests fail in UCX)"; fi
521523

522524
# This test requires more contexts than workgroups
523525
export ROCSHMEM_MAX_NUM_CONTEXTS=1024

0 commit comments

Comments
 (0)