enhance: [skip e2e] modify nightly time for 2.5 branch (#44833)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2025-10-14 16:58:08 +08:00 committed by GitHub
parent 00ef6032c6
commit 3516f9f368
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
String cron_timezone = 'TZ=Asia/Shanghai' String cron_timezone = 'TZ=Asia/Shanghai'
String cron_string = BRANCH_NAME == '2.5' ? '50 23 * * * ' : '' String cron_string = BRANCH_NAME == '2.5' ? '50 23 * * 1,4' : ''
// Make timeout 4 hours so that we can run two nightly during the ci // Make timeout 4 hours so that we can run two nightly during the ci
int total_timeout_minutes = 7 * 60 int total_timeout_minutes = 7 * 60