mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
Bump milvus helm version to 3.2.12 (#20038)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
3a2b8e4c51
commit
ec83bbf789
@ -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='3.2.9'
|
||||
def chart_version='3.2.12'
|
||||
pipeline {
|
||||
triggers {
|
||||
cron """${cron_timezone}
|
||||
|
@ -4,7 +4,7 @@ int total_timeout_minutes = 60 * 5
|
||||
int e2e_timeout_seconds = 70 * 60
|
||||
def imageTag=''
|
||||
int case_timeout_seconds = 10 * 60
|
||||
def chart_version='3.2.9'
|
||||
def chart_version='3.2.12'
|
||||
pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
|
Loading…
Reference in New Issue
Block a user