Skip to content

Commit

Permalink
Run w7900 tests in serial instead of parallel. (iree-org#17686)
Browse files Browse the repository at this point in the history
Follow-up to iree-org#17675, attempting a
fix-forward for failed builds:
https://github.com/iree-org/iree/actions/runs/9551239129/job/26327378915#step:7:280

These runners are unstable when running multiple GPU processes at once.

ci-exactly: build_all, test_amd_w7900
  • Loading branch information
ScottTodd committed Jun 17, 2024
1 parent a6c5ebf commit 3835c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ jobs:
./build_tools/pkgci/build_tests_using_package.sh ${INSTALL_DIR}
- name: "Running GPU tests"
env:
CTEST_PARALLEL_LEVEL: 1
IREE_CTEST_LABEL_REGEX: ^requires-gpu|^driver=vulkan$|^driver=hip$
IREE_AMD_RDNA3_TESTS_DISABLE: 0
IREE_NVIDIA_GPU_TESTS_DISABLE: 0
Expand Down

0 comments on commit 3835c8b

Please sign in to comment.