File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 47
47
if : contains(fromJson(needs.setup.outputs.enabled-jobs), 'regression_test_amdgpu_vulkan')
48
48
uses : ./.github/workflows/pkgci_regression_test_amdgpu_vulkan.yml
49
49
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
Original file line number Diff line number Diff line change 20
20
# Formatters may do this (e.g. Prettier does) and it seems like the most
21
21
# trivial thing to get a failing check for.
22
22
min-spaces-from-content : 1
23
+ # This is not a useful check, especially when disabling entire blocks.
24
+ comments-indentation : disable
23
25
24
26
ignore : /third_party/*
You can’t perform that action at this time.
0 commit comments