diff --git a/.github/workflows/dockerfiles/Dockerfile.nightly.a2 b/.github/workflows/dockerfiles/Dockerfile.nightly.a2 index 0cdb1ce1..e56d392e 100644 --- a/.github/workflows/dockerfiles/Dockerfile.nightly.a2 +++ b/.github/workflows/dockerfiles/Dockerfile.nightly.a2 @@ -15,7 +15,7 @@ # This file is a part of the vllm-ascend project. # -FROM quay.io/ascend/vllm-ascend:release-0.18.0 +FROM quay.io/ascend/vllm-ascend:releases-v0.18.0 ARG PIP_INDEX_URL="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" ARG AIS_BENCH_TAG="v3.0-20250930-master" diff --git a/.github/workflows/schedule_nightly_test_a2.yaml b/.github/workflows/schedule_nightly_test_a2.yaml index f6ea8a85..74952a1b 100644 --- a/.github/workflows/schedule_nightly_test_a2.yaml +++ b/.github/workflows/schedule_nightly_test_a2.yaml @@ -27,6 +27,8 @@ on: pull_request: branches: - 'main' + - '*-dev' + - 'releases/v*' types: [labeled, synchronize] permissions: diff --git a/.github/workflows/schedule_nightly_test_a3.yaml b/.github/workflows/schedule_nightly_test_a3.yaml index 8f323258..79b19805 100644 --- a/.github/workflows/schedule_nightly_test_a3.yaml +++ b/.github/workflows/schedule_nightly_test_a3.yaml @@ -28,6 +28,8 @@ on: pull_request: branches: - 'main' + - '*-dev' + - 'releases/v*' types: [ labeled, synchronize ] permissions: diff --git a/docs/source/installation.md b/docs/source/installation.md index 9ab8888e..3cc66978 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -194,12 +194,12 @@ Supported images as following. | image name | Hardware | OS | |-|-|-| -| vllm-ascend: | Atlas A2 | Ubuntu | -| vllm-ascend:-openeuler | Atlas A2 | openEuler | -| vllm-ascend:-a3 | Atlas A3 | Ubuntu | -| vllm-ascend:-a3-openeuler | Atlas A3 | openEuler | -| vllm-ascend:-310p | Atlas 300I | Ubuntu | -| vllm-ascend:-310p-openeuler | Atlas 300I | openEuler | +| vllm-ascend:{{ vllm_ascend_version }} | Atlas A2 | Ubuntu | +| vllm-ascend:{{ vllm_ascend_version }}-openeuler | Atlas A2 | openEuler | +| vllm-ascend:{{ vllm_ascend_version }}-a3 | Atlas A3 | Ubuntu | +| vllm-ascend:{{ vllm_ascend_version }}-a3-openeuler | Atlas A3 | openEuler | +| vllm-ascend:{{ vllm_ascend_version }}-310p | Atlas 300I | Ubuntu | +| vllm-ascend:{{ vllm_ascend_version }}-310p-openeuler | Atlas 300I | openEuler | :::{dropdown} Click here to see "Build from Dockerfile" or build IMAGE from **source code**: