[skip ci] update nightly cron (#2680)

* Change Milvus Helm Version to v0.10.1

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* [skip ci] update nightly cron

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
quicksilver 2020-06-28 16:18:05 +08:00 committed by GitHub
parent f0fc403270
commit 8e09c29f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "0.10.1" ? "30 14 * * * " : ""
String cron_string = BRANCH_NAME == "0.10.1" ? "50 22 * * * " : ""
pipeline {
agent none

View File

@ -32,7 +32,7 @@ timeout(time: 180, unit: 'MINUTES') {
// sqlite database backend test
load "ci/jenkins/step/cleanupSingleDev.groovy"
if (!fileExists('milvus-helm')) {
if (!fileExists('milvus-helm/charts/milvus')) {
dir ("milvus-helm") {
checkout([$class: 'GitSCM', branches: [[name:"${env.HELM_BRANCH}"]], userRemoteConfigs: [[url: "https://github.com/milvus-io/milvus-helm.git", name: 'origin', refspec: "+refs/heads/${env.HELM_BRANCH}:refs/remotes/origin/${env.HELM_BRANCH}"]]])
}