未验证 提交 4ef95b6c 编写于 作者: N NicoYuan1986 提交者: GitHub

Increase nightly master running time (#19295)

Signed-off-by: N“nico” <cheng.yuan@zilliz.com>
Signed-off-by: N“nico” <cheng.yuan@zilliz.com>
上级 8f84208c
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册