Increase nightly master running time (#19295)

Signed-off-by: “nico” <cheng.yuan@zilliz.com>

Signed-off-by: “nico” <cheng.yuan@zilliz.com>
This commit is contained in:
NicoYuan1986 2022-09-20 19:36:50 +08:00 committed by GitHub
parent 8f84208c6b
commit 4ef95b6ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"