Enable label-based image test and use free runner to run lint (#2864)
### What this PR does / why we need it? - Enable label-based image test and use free runner to run lint - soft revert26f388ba08### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - vLLM version: main - vLLM main:404c85ca72Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
4
.github/workflows/vllm_ascend_test_full.yaml
vendored
4
.github/workflows/vllm_ascend_test_full.yaml
vendored
@@ -38,10 +38,8 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
runs-on: linux-amd64-cpu-0
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test') }}
|
||||
container:
|
||||
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.2.rc1-910b-ubuntu22.04-py3.11
|
||||
outputs:
|
||||
e2e_tracker: ${{ steps.filter.outputs.e2e_tracker }}
|
||||
ut_tracker: ${{ steps.filter.outputs.ut_tracker }}
|
||||
|
||||
Reference in New Issue
Block a user