[skip e2e]Modify branch name to 2.2.2 (#21333)

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/21334/head
NicoYuan1986 2022-12-21 11:31:27 +08:00 committed by GitHub
parent e43dbe1c38
commit f4d7816a40
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 == "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