test: update helm to 5.0.6 for e2e (#45204)

Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
This commit is contained in:
zhikunyao
2025-10-31 18:46:08 +08:00
committed by GitHub
parent 22098c1785
commit 950e8f1f92
7 changed files with 9 additions and 5 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env groovy
// DEPRECATED: This job is deprecated, it is replaced by nightly2 job
// 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'
+1 -1
View File
@@ -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 = '5.0.0'
def milvus_helm_chart_version = '5.0.6'
pipeline {
triggers {
+1 -1
View File
@@ -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='5.0.0'
def chart_version='5.0.6'
pipeline {
options {
timestamps()
+1 -1
View File
@@ -2,7 +2,7 @@
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
def milvus_helm_chart_version = '5.0.0'
def milvus_helm_chart_version = '5.0.6'
pipeline {
options {
+1 -1
View File
@@ -1,7 +1,7 @@
@Library('jenkins-shared-library@tekton') _
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
def milvus_helm_chart_version = '5.0.0'
def milvus_helm_chart_version = '5.0.6'
pipeline {
options {
+1 -1
View File
@@ -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='5.0.0'
def chart_version='5.0.6'
pipeline {
options {
timestamps()
+2
View File
@@ -1,5 +1,7 @@
@Library('jenkins-shared-library@tekton') _
// DEPRECATED: This job is deprecated, it is replaced by ci-v2/ut-cpp job
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
def milvus_helm_chart_version = '4.2.56'