Skip to content

Commit b5a7787

Browse files
committed
debug
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 436a97b commit b5a7787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vllm_ascend_test_pd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defaults:
3232

3333
jobs:
3434
test:
35-
if: ${{ github.event.label.name == 'module:pd' }}
35+
# if: ${{ github.event.label.name == 'module:pd' }}
3636
strategy:
3737
matrix:
3838
vllm_verison: [v0.8.5.post1]
@@ -96,6 +96,6 @@ jobs:
9696
pip install -v -e .
9797
9898
- name: Run vllm-project/vllm-ascend PD Disaggregation test
99-
if: github.event_name == 'schedule' || github.event.label.name == 'module:pd'
99+
# if: github.event_name == 'schedule' || github.event.label.name == 'module:pd'
100100
run: |
101101
pytest -sv tests/e2e/pd_disaggreate/test_pd_e2e.py

0 commit comments

Comments
 (0)