mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: nightly pipeline (#35729)
https://github.com/milvus-io/milvus/pull/35730 Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
49fd76ac64
commit
07c22ffb16
@ -1,4 +1,4 @@
|
||||
@Library('jenkins-shared-library@v0.27.0') _
|
||||
@Library('jenkins-shared-library@v0.29.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-ci.yaml'
|
||||
|
||||
@ -8,7 +8,7 @@ String cron_string = '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.8'
|
||||
def milvus_helm_chart_version = '4.1.27'
|
||||
|
||||
pipeline {
|
||||
triggers {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@Library('jenkins-shared-library@v0.27.0') _
|
||||
@Library('jenkins-shared-library@v0.29.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
def milvus_helm_chart_version = '4.2.8'
|
||||
def milvus_helm_chart_version = '4.1.27'
|
||||
|
||||
pipeline {
|
||||
options {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user