Skip to content

Commit 4fe0e10

Browse files
test: switch to cpu-16-hk runner for diagnostic comparison
Changed runner from linux-amd64-cpu-32-hk to linux-amd64-cpu-16-hk to verify if cpu-16 runner works properly and compare behavior with cpu-32. This helps diagnose whether issues are specific to cpu-32 or system-wide.
1 parent 4ecff3c commit 4fe0e10

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-32 Runner
18+
name: Test CPU-16 Runner (Diagnostic)
1919

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

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

0 commit comments

Comments
 (0)