Skip to content

Commit 1eab17c

Browse files
Pause vllm_benchmark nightly test (GoogleCloudPlatform#746)
1 parent 4fa6ee5 commit 1eab17c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dags/solutions_team/solutionsteam_vllm_benchmarks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
from dags.solutions_team.configs.vllm import vllm_benchmark_config
1212

1313

14-
# Run once a day at 6 pm UTC (10 am PST)
15-
SCHEDULED_TIME = "0 18 * * *" if composer_env.is_prod_env() else None
16-
14+
# Pause this DAG by default.
15+
SCHEDULED_TIME = None
1716

1817
with models.DAG(
1918
dag_id="solutionsteam_vllm_benchmark",

0 commit comments

Comments
 (0)