mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Disable cron on 0.10.0 (#2555)
* enable cron test on 0.10.0 Signed-off-by: zw <zw@milvus.io> * fix merge result Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * import test_during_creating_index_restart Signed-off-by: zw <zw@milvus.io> * disable restart case Signed-off-by: zw <zw@milvus.io> * [skip ci] Disable cron on 0.10.0 Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io> Co-authored-by: shengjun.li <shengjun.li@zilliz.com>
This commit is contained in:
parent
1f443acb3b
commit
d1311a7112
2
ci/jenkins/Jenkinsfile
vendored
2
ci/jenkins/Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env groovy
|
||||
|
||||
String cron_timezone = "TZ=Asia/Shanghai"
|
||||
String cron_string = BRANCH_NAME == "0.10.0" ? "38 0 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "master" ? "38 0 * * * " : ""
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user