We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436a97b commit b5a7787Copy full SHA for b5a7787
.github/workflows/vllm_ascend_test_pd.yaml
@@ -32,7 +32,7 @@ defaults:
32
33
jobs:
34
test:
35
- if: ${{ github.event.label.name == 'module:pd' }}
+ # if: ${{ github.event.label.name == 'module:pd' }}
36
strategy:
37
matrix:
38
vllm_verison: [v0.8.5.post1]
@@ -96,6 +96,6 @@ jobs:
96
pip install -v -e .
97
98
- name: Run vllm-project/vllm-ascend PD Disaggregation test
99
- if: github.event_name == 'schedule' || github.event.label.name == 'module:pd'
+ # if: github.event_name == 'schedule' || github.event.label.name == 'module:pd'
100
run: |
101
pytest -sv tests/e2e/pd_disaggreate/test_pd_e2e.py
0 commit comments