Skip to content

Commit

Permalink
Increase nightly master running time (milvus-io#19295)
Browse files Browse the repository at this point in the history
Signed-off-by: “nico” <[email protected]>

Signed-off-by: “nico” <[email protected]>
  • Loading branch information
NicoYuan1986 authored Sep 20, 2022
1 parent 8f84208 commit 4ef95b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/jenkins/Nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4ef95b6

Please sign in to comment.