mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: update nightly helm chart version to 5.0.0 (#43787)
fix: #43656 Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
b3cff64bff
commit
c297a0032c
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == 'master' ? '50 4 * * * ' : ''
|
||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||
int total_timeout_minutes = 7 * 60
|
||||
|
||||
def milvus_helm_chart_version = '4.2.56'
|
||||
def milvus_helm_chart_version = '5.0.0'
|
||||
|
||||
pipeline {
|
||||
triggers {
|
||||
|
||||
@ -4,7 +4,7 @@ int total_timeout_minutes = 60 * 5
|
||||
int e2e_timeout_seconds = 120 * 60
|
||||
def imageTag=''
|
||||
int case_timeout_seconds = 20 * 60
|
||||
def chart_version='4.2.56'
|
||||
def chart_version='5.0.0'
|
||||
pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
def milvus_helm_chart_version = '4.2.56'
|
||||
def milvus_helm_chart_version = '5.0.0'
|
||||
|
||||
pipeline {
|
||||
options {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@Library('jenkins-shared-library@tekton') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
def milvus_helm_chart_version = '4.2.56'
|
||||
def milvus_helm_chart_version = '5.0.0'
|
||||
|
||||
pipeline {
|
||||
options {
|
||||
|
||||
@ -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='4.2.56'
|
||||
def chart_version='5.0.0'
|
||||
pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user