mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Close nightly ci at 22:50 (#19798)
Signed-off-by: nico <cheng.yuan@zilliz.com> Signed-off-by: nico <cheng.yuan@zilliz.com>pull/19800/head
parent
3d12325796
commit
7e75e15f6f
|
@ -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 22,5 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "master" ? "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