[skip e2e]modify nightly script for 2.3 branch (#28155)

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/28170/head
nico 2023-11-03 16:42:16 +08:00 committed by GitHub
parent f11e99efed
commit 8af0794770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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