mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
enhance: [skip e2e]Enable nightly test for the 2.6 branch (#44829)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
8ed2717c3f
commit
abdf993efd
@ -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 4 * * * ' : ''
|
||||
String cron_string = BRANCH_NAME == '2.6' ? '50 1 * * * ' : ''
|
||||
|
||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||
int total_timeout_minutes = 7 * 60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user