[CI] Remove benchmark patch and increase the scheduler frequency (#1762)

### What this PR does / why we need it?
This pr purpose to do the following things:
1. Remove `benchmark_datasets.py` patch
2. Increase the scheduler frequency to 2 times per day, due to the
recent large number of daily submissions, we need to increase the
default test time(6h)
### Does this PR introduce _any_ user-facing change?

### How was this patch tested?


- vLLM version: v0.9.2
- vLLM main:
247102f07f

---------

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-07-13 20:00:35 +08:00
committed by GitHub
parent d118bf8a26
commit 9cd4ac76a1
4 changed files with 4 additions and 84 deletions

View File

@@ -281,7 +281,6 @@ cleanup_on_error() {
main() {
START_TIME=$(date +%s)
check_npus
python3 benchmarks/scripts/patch_benchmark_dataset.py
# dependencies
(which wget && which curl) || (apt-get update && apt-get install -y wget curl)