From 4ef95b6ccb4382591de1503fc852c7cf6f660ba5 Mon Sep 17 00:00:00 2001 From: NicoYuan1986 <109071306+NicoYuan1986@users.noreply.github.com> Date: Tue, 20 Sep 2022 19:36:50 +0800 Subject: [PATCH] Increase nightly master running time (#19295) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “nico” Signed-off-by: “nico” --- ci/jenkins/Nightly.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/jenkins/Nightly.groovy b/ci/jenkins/Nightly.groovy index c93b3d5474f6f..a6b2986f07d85 100644 --- a/ci/jenkins/Nightly.groovy +++ b/ci/jenkins/Nightly.groovy @@ -3,10 +3,10 @@ // 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 == "master" ? "50 22,2 * * * " : "" +String cron_string = BRANCH_NAME == "master" ? "50 22,4 * * * " : "" // Make timeout 4 hours so that we can run two nightly during the ci -int total_timeout_minutes = 4 * 60 +int total_timeout_minutes = 6 * 60 def imageTag='' def chart_version='3.1.11' pipeline { @@ -178,7 +178,7 @@ pipeline { def release_name=sh(returnStdout: true, script: './get_release_name.sh') def clusterEnabled = "false" def mqMode='pulsar' - int e2e_timeout_seconds = 2 * 60 * 60 + int e2e_timeout_seconds = 5 * 60 * 60 def tag="L0 L1 L2" if ("${MILVUS_SERVER_TYPE}" == "distributed-pulsar") { clusterEnabled = "true"