mirror of https://github.com/milvus-io/milvus.git
[skip e2e]modify nightly script for 2.3 branch (#28155)
Signed-off-by: nico <cheng.yuan@zilliz.com>pull/28170/head
parent
f11e99efed
commit
8af0794770
|
@ -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.3" ? "50 4 * * * " : ""
|
||||
|
||||
// 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