Skip to content

Commit 4d74669

Browse files
authored
Disable regression_test_amdgpu_rocm build for now. (#15617)
It is consistently failing to initialize. Machine probably needs a reboot. Sample logs: https://github.com/openxla/iree/actions/runs/6886652994/job/18732915198#step:6:5099 `experimental/regression_suite/tests/pregenerated/test_llama2.py Downloading https://storage.googleapis.com/shark_tank/llama_regression/09152023/llama2_7b_int4_stripped.mlir -> /_work/iree/iree/artifacts/llama2_7b_f16qi4_stripped/llama2_7b_int4_stripped.mliriree/experimental/rocm/status_util.c:31: INTERNAL; rocm driver error 'hipErrorInvalidDevice' (101): invalid device ordinal; creating device 'rocm'; resolving dependencies for 'module'`
1 parent 63b929d commit 4d74669

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/pkgci.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'regression_test_amdgpu_vulkan')
4848
uses: ./.github/workflows/pkgci_regression_test_amdgpu_vulkan.yml
4949

50-
regression_test_amdgpu_rocm:
51-
name: Regression Test AMDGPU-ROCm
52-
needs: [setup, build_packages]
53-
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'regression_test_amdgpu_rocm')
54-
uses: ./.github/workflows/pkgci_regression_test_amdgpu_rocm.yml
50+
# Disabled while the build bot needs debugging.
51+
# regression_test_amdgpu_rocm:
52+
# name: Regression Test AMDGPU-ROCm
53+
# needs: [setup, build_packages]
54+
# if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'regression_test_amdgpu_rocm')
55+
# uses: ./.github/workflows/pkgci_regression_test_amdgpu_rocm.yml

.yamllint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ rules:
2020
# Formatters may do this (e.g. Prettier does) and it seems like the most
2121
# trivial thing to get a failing check for.
2222
min-spaces-from-content: 1
23+
# This is not a useful check, especially when disabling entire blocks.
24+
comments-indentation: disable
2325

2426
ignore: /third_party/*

0 commit comments

Comments
 (0)