mirror of https://github.com/milvus-io/milvus.git
Modify branch for 2.2.0 nightly (#20526)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com> Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/20472/head
parent
7c502601b1
commit
17fa928280
|
@ -3,7 +3,7 @@
|
|||
// 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'
|
||||
String cron_string = BRANCH_NAME == "master" ? "50 1 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "2.2.0" ? "50 1 * * * " : ""
|
||||
|
||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||
int total_timeout_minutes = 7 * 60
|
||||
|
|
Loading…
Reference in New Issue