Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- linux-aarch64-a2-0
- linux-aarch64-a2-1
- linux-aarch64-a2-2
- linux-aarch64-a2-4
- linux-aarch64-a2-8
- linux-arm64-npu-static-8
- linux-aarch64-310p-1
- linux-aarch64-310p-2
- linux-aarch64-310p-4
- ubuntu-24.04-arm
- linux-aarch64-a3-1
- linux-aarch64-a3-2
- linux-aarch64-a3-4
- linux-aarch64-a3-8
- linux-amd64-cpu-0
- linux-amd64-cpu-8
- linux-amd64-cpu-16
- linux-aarch64-a3-0
- linux-amd64-cpu-8-hk
- linux-amd64-cpu-16-hk
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
vllm:
required: true
type: string
runner:
required: true
type: string
image:
required: true
type: string
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr_test_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
uses: ./.github/workflows/_e2e_test.yaml
with:
vllm: ${{ matrix.vllm_version }}
runner: linux-aarch64-a2b3
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.5.0-910b-ubuntu22.04-py3.11
contains_310: false
type: full
1 change: 0 additions & 1 deletion .github/workflows/pr_test_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
uses: ./.github/workflows/_e2e_test.yaml
with:
vllm: ${{ matrix.vllm_version }}
runner: linux-aarch64-a2b3
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.5.0-910b-ubuntu22.04-py3.11
contains_310: ${{ needs.changes.outputs._310_tracker == 'true' }}
type: light
2 changes: 1 addition & 1 deletion .github/workflows/schedule_image_build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
- main
- v0.15.0rc1
- v0.14.0rc1
- v0.13.0rc2
- v0.13.0rc3

jobs:
image_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule_nightly_image_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker build \
--network host \
--platform linux/arm64 \
-f .github/Dockerfile.nightly.${TARGET} \
-f .github/workflows/dockerfiles/Dockerfile.nightly.${TARGET} \
--build-arg CANN_VERSION="8.5.0" \
--build-arg UBUNTU_VERSION="22.04" \
--build-arg PYTHON_VERSION="3.11" \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule_release_code_and_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
- main
- v0.15.0rc1
- v0.14.0rc1
- v0.13.0rc2
- v0.13.0rc3

jobs:
build_and_release_code:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Build wheel
run: |
ls
docker build -f ./.github/Dockerfile.buildwheel \
docker build -f ./.github/workflows/dockerfiles/Dockerfile.buildwheel \
--build-arg PY_VERSION=${{ matrix.python-version }} \
-t wheel:v1 .
docker run --rm \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/schedule_test_vllm_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: ./.github/workflows/_e2e_test.yaml
with:
vllm: main
runner: linux-aarch64-a2b3
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.5.0-910b-ubuntu22.04-py3.11
contains_310: false
type: full
Loading