From 65574cbbe363af62b366304cb06e6ec2057f4e79 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:58:56 +0800 Subject: [PATCH] enhance: [skip e2e] update nightly script (#38788) 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 e620c85f6f..7daeae1f0c 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 == 'master' ? '50 1 * * * ' : '' +String cron_string = BRANCH_NAME == '2.5' ? '50 2 * * * ' : '' // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60