From 2e0aa0afd714509b1f948b1d5181ca7614c367c9 Mon Sep 17 00:00:00 2001 From: NicoYuan1986 <109071306+NicoYuan1986@users.noreply.github.com> Date: Thu, 29 Sep 2022 08:52:54 +0800 Subject: [PATCH] Increase nightly kafka and pulsar running time (#19514) 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, 4 insertions(+), 2 deletions(-) diff --git a/ci/jenkins/Nightly.groovy b/ci/jenkins/Nightly.groovy index a6b2986f07..4cb333ead6 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,4 * * * " : "" +String cron_string = BRANCH_NAME == "master" ? "50 22,5 * * * " : "" // Make timeout 4 hours so that we can run two nightly during the ci -int total_timeout_minutes = 6 * 60 +int total_timeout_minutes = 7 * 60 def imageTag='' def chart_version='3.1.11' pipeline { @@ -183,11 +183,13 @@ pipeline { if ("${MILVUS_SERVER_TYPE}" == "distributed-pulsar") { clusterEnabled = "true" tag="L0 L1 L2 ClusterOnly" + e2e_timeout_seconds = 6 * 60 * 60 } else if("${MILVUS_SERVER_TYPE}" == "distributed-kafka" ) { clusterEnabled = "true" mqMode='kafka' tag="L0 L1 L2 ClusterOnly" + e2e_timeout_seconds = 6 * 60 * 60 } if ("${MILVUS_CLIENT}" == "pymilvus") { sh """