Skip to content

Commit e6aaf7c

Browse files
fix(ci): correct buildkit runner labels for cn12-001 cluster
Runner labels should match scaleSetLabels from ARC values.yaml (linux-aarch64-cpu-4-buildkit / linux-amd64-cpu-4-buildkit) instead of the guiyang cluster labels (-gy006 suffix). Signed-off-by: JavaPythonAIForBAT <wuhejun@h-partners.com>
1 parent 679b247 commit e6aaf7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildkit-dockerfile-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- Dockerfile.a3.openEuler
2626
- Dockerfile.openEuler
2727
runner_info:
28-
- {runner: linux-aarch64-cpu-4-buildkit-gy006, arch: arm64}
29-
- {runner: linux-amd64-cpu-4-buildkit-gy006, arch: amd64}
28+
- {runner: linux-aarch64-cpu-4-buildkit, arch: arm64}
29+
- {runner: linux-amd64-cpu-4-buildkit, arch: amd64}
3030

3131
steps:
3232
- name: Checkout

0 commit comments

Comments
 (0)