Skip to content

Commit ff97740

Browse files
authored
Use mirror images (#1912)
### What this PR does / why we need it? More discussion can be found [here](ascend-gha-runners/docs#23). The infra team deployed a internal registry since both `m.daocloud.io` and `quay.io` suffered a unstable connect quality. CI will benefit both the connection and download speed by switching to the internal registry. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? tested locally - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@6b46c4b --------- Signed-off-by: mywaaagh_admin <pkwarcraft@gmail.com>
1 parent ab7d5ac commit ff97740

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
fail-fast: false
124124
name: ${{ matrix.model_name }} accuracy
125125
container:
126-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
126+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.10
127127
env:
128128
DATASET_SOURCE: ModelScope
129129
VLLM_USE_MODELSCOPE: True

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
vllm_use_v1: 1
5757
max-parallel: 1
5858
container:
59-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
59+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.10
6060
volumes:
6161
- /usr/local/dcmi:/usr/local/dcmi
6262
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi

.github/workflows/vllm_ascend_doctest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: vLLM Ascend test
5151
runs-on: linux-arm64-npu-1
5252
container:
53-
image: m.daocloud.io/quay.io/ascend/vllm-ascend:${{ matrix.vllm_verison }}
53+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/vllm-ascend:${{ matrix.vllm_verison }}
5454
steps:
5555
- name: Check NPU/CANN and git info
5656
run: |

.github/workflows/vllm_ascend_test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ jobs:
141141
name: singlecard e2e test
142142
runs-on: ${{ matrix.os }}
143143
container:
144-
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
145-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
144+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.10
146145
env:
147146
VLLM_LOGGING_LEVEL: ERROR
148147
VLLM_USE_MODELSCOPE: True
@@ -221,8 +220,7 @@ jobs:
221220
name: multicard e2e test
222221
runs-on: ${{ matrix.os }}
223222
container:
224-
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
225-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
223+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.10
226224
env:
227225
VLLM_LOGGING_LEVEL: ERROR
228226
VLLM_USE_MODELSCOPE: True

.github/workflows/vllm_ascend_test_long_term.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
name: vLLM Ascend long term test
4848
runs-on: ${{ matrix.os }}
4949
container:
50-
# TODO(yikun): Remove m.daocloud.io prefix when infra proxy ready
51-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
50+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.10
5251
env:
5352
VLLM_LOGGING_LEVEL: ERROR
5453
VLLM_USE_MODELSCOPE: True

.github/workflows/vllm_ascend_test_pd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: linux-arm64-npu-static-8
5151

5252
container:
53-
image: m.daocloud.io/quay.io/ascend/cann:8.1.rc1-910b-ubuntu22.04-py3.10
53+
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.10
5454
volumes:
5555
- /usr/local/dcmi:/usr/local/dcmi
5656
- /usr/local/bin/npu-smi:/usr/local/bin/npu-smi

0 commit comments

Comments
 (0)