Skip to content

Commit 7bd3ed2

Browse files
test: use cpu-8-hk as reference runner for comparison
Changed to cpu-8-hk which we know works correctly, to baseline the workflow and understand the differences with cpu-16-hk and cpu-32-hk.
1 parent 9f4317c commit 7bd3ed2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-cpu-32-runner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is a part of the vllm-ascend project.
1616
#
1717

18-
name: Test CPU-16 Runner (Diagnostic)
18+
name: Test CPU-8 Runner (Reference)
1919

2020
on:
2121
pull_request:
@@ -32,8 +32,8 @@ defaults:
3232
shell: bash -el {0}
3333

3434
jobs:
35-
test-cpu-16:
36-
runs-on: linux-amd64-cpu-16-hk
35+
test-cpu-8:
36+
runs-on: linux-amd64-cpu-8-hk
3737
steps:
3838
- name: Job started - sleeping for debugging
3939
run: |

0 commit comments

Comments
 (0)