Skip to content

Commit 3ac8c18

Browse files
committed
stub: skip nightly temperally
Signed-off-by: leo-pony <[email protected]>
1 parent 244f841 commit 3ac8c18

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/vllm_ascend_test_nightly_a2.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ concurrency:
4444
jobs:
4545
single-node-tests:
4646
name: single-node
47-
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
47+
if: false
48+
# if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
4849
strategy:
4950
fail-fast: false
5051
matrix:
@@ -67,7 +68,8 @@ jobs:
6768
multi-node-tests:
6869
name: multi-node
6970
needs: single-node-tests
70-
if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
71+
if: false
72+
# if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
7173
strategy:
7274
fail-fast: false
7375
max-parallel: 1
@@ -91,6 +93,7 @@ jobs:
9193
KUBECONFIG_B64: ${{ secrets.KUBECONFIG_A2_B64 }}
9294

9395
single-node-accuracy-tests:
96+
if: false
9497
if: >-
9598
${{
9699
github.event_name == 'schedule' ||

.github/workflows/vllm_ascend_test_nightly_a3.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ concurrency:
4343
jobs:
4444
single-node-tests:
4545
name: single-node
46-
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
46+
if: false
47+
# if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
4748
strategy:
4849
fail-fast: false
4950
matrix:
@@ -101,7 +102,8 @@ jobs:
101102
multi-node-tests:
102103
name: multi-node
103104
needs: single-node-tests
104-
if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
105+
if: false
106+
# if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
105107
strategy:
106108
fail-fast: false
107109
max-parallel: 1

0 commit comments

Comments
 (0)