[CI] Update pre_commit runner (#2850)
### What this PR does / why we need it?
Update pre_commit runner
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
- vLLM version: main
- vLLM main:
0ae43dbf8c
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
2
.github/actionlint.yaml
vendored
2
.github/actionlint.yaml
vendored
@@ -16,3 +16,5 @@ self-hosted-runner:
|
||||
- linux-aarch64-a3-4
|
||||
- linux-aarch64-a3-8
|
||||
- linux-amd64-cpu-0
|
||||
- linux-amd64-cpu-8
|
||||
- linux-amd64-cpu-16
|
||||
|
||||
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@@ -8,7 +8,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: linux-amd64-cpu-0
|
||||
runs-on: linux-amd64-cpu-8
|
||||
container:
|
||||
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.2.rc1-910b-ubuntu22.04-py3.11
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user