commit | 3835c8b825fe41d2ddb15af868037a12f777fd9a | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Mon Jun 17 11:42:27 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 17 11:42:27 2024 -0700 |
tree | 759e80c1b2b20949d91b195cb1efe75d29a4a824 | |
parent | a6c5ebfd3e80f306a5fdf2e232cac9cf7505778b [diff] |
Run w7900 tests in serial instead of parallel. (#17686) Follow-up to https://github.com/iree-org/iree/pull/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
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414eaed..1c66c40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -457,6 +457,7 @@ ./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