From 1d048cb25a53c2c63c173658af165d4a2ca4fba9 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:18:08 +0800 Subject: [PATCH] enhance: [skip e2e] change nightly running time[2.5] (#40218) pr: #40219 Signed-off-by: nico --- ci/jenkins/Nightly2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 92f1ab92fc..cc671872df 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -3,7 +3,7 @@ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' String cron_timezone = 'TZ=Asia/Shanghai' -String cron_string = BRANCH_NAME == '2.5' ? '50 2 * * * ' : '' +String cron_string = BRANCH_NAME == '2.5' ? '50 23 * * * ' : '' // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60