未验证 提交 2e0aa0af 编写于 作者: N NicoYuan1986 提交者: GitHub

Increase nightly kafka and pulsar running time (#19514)

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