From 75b74e94133a97a8c653a88e649beadfb964d43c 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 (#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 1355eb5899..f99b6c383a 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 == 'master' ? '50 4 * * * ' : '' // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60