Skip to content

Commit 244f841

Browse files
committed
stub: skip v0.11.0
Signed-off-by: leo-pony <[email protected]>
1 parent 839dd89 commit 244f841

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/_e2e_nightly_multi_node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ concurrency:
6666
jobs:
6767
e2e:
6868
name: ${{ inputs.config_file_path }}
69+
if: false
6970
# This is the runner with no NPU for k8s controller
7071
runs-on: ${{ inputs.runner }}
7172
container:

.github/workflows/_e2e_nightly_single_node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ concurrency:
5252

5353
jobs:
5454
e2e-nightly:
55+
if: false
5556
name: ${{ inputs.tests }}
5657
runs-on: ${{ inputs.runner }}
5758
container:

.github/workflows/vllm_ascend_test_full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: e2e-full
7070
strategy:
7171
matrix:
72-
vllm_version: [releases/v0.11.1, v0.11.0]
72+
vllm_version: [releases/v0.11.1]
7373
needs: [changes]
7474
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
7575
uses: ./.github/workflows/_e2e_test.yaml

0 commit comments

Comments
 (0)