mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e] change nightly running time (#40219)
Signed-off-by: nico <cheng.yuan@zilliz.com>pull/38039/merge
parent
5f71bb2a41
commit
75b74e9413
|
@ -3,7 +3,7 @@
|
|||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
String cron_timezone = 'TZ=Asia/Shanghai'
|
||||
String cron_string = BRANCH_NAME == 'master' ? '50 1 * * * ' : ''
|
||||
String cron_string = BRANCH_NAME == 'master' ? '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