From fa3e6a3a7c2c744e5aa2609c8d49712019f919ed Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:59:07 +0800 Subject: [PATCH] Change nightly time for release branch (#20568) Signed-off-by: Binbin Lv Signed-off-by: Binbin Lv --- ci/jenkins/Nightly.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Nightly.groovy b/ci/jenkins/Nightly.groovy index 8ba5d61352..0ac3736f62 100644 --- a/ci/jenkins/Nightly.groovy +++ b/ci/jenkins/Nightly.groovy @@ -3,7 +3,7 @@ // When scheduling a job that gets automatically triggered by changes, // you need to include a [cronjob] tag within the commit message. String cron_timezone = 'TZ=Asia/Shanghai' -String cron_string = BRANCH_NAME == "2.2.0" ? "50 1 * * * " : "" +String cron_string = BRANCH_NAME == "2.2.0" ? "50 3 * * * " : "" // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60