Skip to content

Commit

Permalink
Switch from w7900 to using any persistent cache runner for CPU. (#18322)
Browse files Browse the repository at this point in the history
This commit switches from w7900 to using any persistent cache runner for
CPU model testing.
I also removed the persistent cache label from the w7900 runners because
we don't have many and want to alleviate the load.
These jobs should now be running on the 16 mi250/mi300 runners we have

ci-exactly: build_packages,regression_test

---------

Signed-off-by: saienduri <[email protected]>
Co-authored-by: Scott Todd <[email protected]>
  • Loading branch information
saienduri and ScottTodd committed Aug 22, 2024
1 parent b306e93 commit e6d7bb2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ jobs:
# CPU
- name: cpu_llvm_task
models-config-file: models_cpu_llvm_task.json
runs-on: nodai-amdgpu-w7900-x86-64
runs-on:
- self-hosted # must come first
- persistent-cache
- Linux
- X64

# AMD GPU
- name: amdgpu_rocm_mi250_gfx90a
Expand Down Expand Up @@ -228,7 +232,11 @@ jobs:
- name: cpu_llvm_task
models-config-file: models_cpu_llvm_task.json
backend: cpu
runs-on: nodai-amdgpu-w7900-x86-64
runs-on:
- self-hosted # must come first
- persistent-cache
- Linux
- X64

# AMD GPU
- name: amdgpu_rocm_mi250_gfx90a
Expand Down

0 comments on commit e6d7bb2

Please sign in to comment.