Skip to content

Commit 3fce185

Browse files
authored
Disable ubuntu-24.04-arm workflows until the runners are stable. (#19968)
1 parent 0b6af4e commit 3fce185

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ jobs:
6464
- name: ubuntu-24.04
6565
runs-on: ubuntu-24.04
6666
driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
67-
- name: ubuntu-24.04-arm
68-
runs-on: ubuntu-24.04-arm
69-
driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
67+
# TODO(scotttodd): re-enable when GitHub-hosted Arm runners are stable and don't fail during actions/checkout
68+
# - name: ubuntu-24.04-arm
69+
# runs-on: ubuntu-24.04-arm
70+
# driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
7071
- name: windows-2022
7172
runs-on: windows-2022
7273
driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
@@ -169,7 +170,12 @@ jobs:
169170
strategy:
170171
fail-fast: false
171172
matrix:
172-
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
173+
runs-on:
174+
- ubuntu-24.04
175+
# TODO(scotttodd): re-enable when GitHub-hosted Arm runners are stable and don't fail during actions/checkout
176+
# - ubuntu-24.04-arm
177+
- windows-2022
178+
- macos-14
173179
provider: [tracy, console]
174180
env:
175181
BUILD_DIR: build-tracing

0 commit comments

Comments
 (0)