[CI] Reduce the resource consumption of unit tests (#5891)
### What this PR does / why we need it?
Reduce the resource consumption of unit tests: 32U/pr -> 16U /pr
- vLLM version: v0.13.0
- vLLM main:
bde38c11df
---------
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
4
.github/workflows/_unit_test.yaml
vendored
4
.github/workflows/_unit_test.yaml
vendored
@@ -78,7 +78,9 @@ jobs:
|
||||
--ignore tests/ut/model_loader/netloader/test_netloader_elastic.py \
|
||||
--ignore tests/ut/kv_connector/test_remote_prefill_lifecycle.py \
|
||||
--ignore tests/ut/kv_connector/test_remote_decode_lifecycle.py \
|
||||
--ignore tests/ut/core/test_scheduler_dynamic_batch.py
|
||||
--ignore tests/ut/core/test_scheduler_dynamic_batch.py \
|
||||
--ignore tests/ut/kv_connector/test_mooncake_connector.py \
|
||||
--ignore tests/ut/worker/test_worker_v1.py
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
# only upload coverage when commits merged
|
||||
|
||||
Reference in New Issue
Block a user