mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e] update chart version in nightly test (#31960)
Signed-off-by: nico <cheng.yuan@zilliz.com>pull/31968/head
parent
00438f408f
commit
ddf759abb2
|
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 1 * * * " : ""
|
|||
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||
int total_timeout_minutes = 7 * 60
|
||||
def imageTag=''
|
||||
def chart_version='4.1.10'
|
||||
def chart_version='4.1.27'
|
||||
pipeline {
|
||||
triggers {
|
||||
cron """${cron_timezone}
|
||||
|
|
Loading…
Reference in New Issue