mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e] change nightly running time[2.5] (#40218)
pr: #40219 Signed-off-by: nico <cheng.yuan@zilliz.com>pull/40224/head
parent
84f7e2d895
commit
1d048cb25a
|
@ -3,7 +3,7 @@
|
|||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
String cron_timezone = 'TZ=Asia/Shanghai'
|
||||
String cron_string = BRANCH_NAME == '2.5' ? '50 2 * * * ' : ''
|
||||
String cron_string = BRANCH_NAME == '2.5' ? '50 23 * * * ' : ''
|
||||
|
||||
// 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