Skip to content

Commit

Permalink
Disable ubuntu-24.04-arm workflows until the runners are stable. (#19968
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ScottTodd authored Feb 12, 2025
1 parent 0b6af4e commit 3fce185
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ jobs:
- name: ubuntu-24.04
runs-on: ubuntu-24.04
driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
- name: ubuntu-24.04-arm
runs-on: ubuntu-24.04-arm
driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
# TODO(scotttodd): re-enable when GitHub-hosted Arm runners are stable and don't fail during actions/checkout
# - name: ubuntu-24.04-arm
# runs-on: ubuntu-24.04-arm
# driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
- name: windows-2022
runs-on: windows-2022
driver-options: -DIREE_HAL_DRIVER_CUDA=ON -DIREE_HAL_DRIVER_HIP=ON -DIREE_HAL_DRIVER_VULKAN=ON
Expand Down Expand Up @@ -169,7 +170,12 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
runs-on:
- ubuntu-24.04
# TODO(scotttodd): re-enable when GitHub-hosted Arm runners are stable and don't fail during actions/checkout
# - ubuntu-24.04-arm
- windows-2022
- macos-14
provider: [tracy, console]
env:
BUILD_DIR: build-tracing
Expand Down

0 comments on commit 3fce185

Please sign in to comment.