Skip to content

Commit cba58bd

Browse files
test: 改用 linux-arm64-cpu-32-hk runner 验证 arm64 pod template
配套 ascend-ci-deployment 的 config-hk001/container-job-pod-template-arm64-32.yaml 和 linux-arm64-cpu-32-hk runner scale set,而非 amd64 版本。
1 parent caec02c commit cba58bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ self-hosted-runner:
1414
- linux-amd64-cpu-4-hk
1515
- linux-amd64-cpu-8-hk
1616
- linux-amd64-cpu-16-hk
17-
- linux-amd64-cpu-32-hk
17+
- linux-arm64-cpu-32-hk
1818
- linux-arm64-cpu-16
1919
- linux-aarch64-a2b3-0
2020
- linux-aarch64-a2b3-1

.github/workflows/_build_test_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# Reusable workflow that exercises the cpu-32-hk buildkitd pipeline end to
19-
# end: it runs on linux-amd64-cpu-32-hk, relies on the Vault-injected
19+
# end: it runs on linux-arm64-cpu-32-hk, relies on the Vault-injected
2020
# buildkitd TLS certs (ca.pem/cert.pem/key.pem) under DOCKER_CONFIG, and
2121
# drives `buildctl` against the shared buildkitd daemon to build the CI test
2222
# image. This is a dedicated verification of the ascend-ci-deployment fix
@@ -66,7 +66,7 @@ jobs:
6666
soc: "ascend910_9391"
6767
arch: arm64
6868
mode: device
69-
runner: linux-amd64-cpu-32-hk
69+
runner: linux-arm64-cpu-32-hk
7070
vllm_label: main
7171
vllm_version: ${{ inputs.vllm_main_commit }}
7272
container:

0 commit comments

Comments
 (0)