mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Modify branch name to 2.2.2 (#21333)
Signed-off-by: nico <cheng.yuan@zilliz.com>pull/21334/head
parent
e43dbe1c38
commit
f4d7816a40
|
@ -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 == "2.2.0" ? "50 3 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "2.2.2" ? "50 3 * * * " : ""
|
||||
|
||||
// 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