mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
enhance: [nightly pipeline] add more timeout for log and list all pods status (#36012)
https://github.com/milvus-io/milvus/pull/36011 Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
45b2049d5d
commit
f471d06d9d
@ -1,4 +1,4 @@
|
||||
@Library('jenkins-shared-library@v0.40.0') _
|
||||
@Library('jenkins-shared-library@v0.43.0') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
@ -57,7 +57,8 @@ pipeline {
|
||||
gitBaseRef: gitBaseRef,
|
||||
pullRequestNumber: "$env.CHANGE_ID",
|
||||
suppress_suffix_of_image_tag: true,
|
||||
images: '["milvus","pytest","helm"]'
|
||||
images: '["milvus","pytest","helm"]',
|
||||
tekton_log_timeout: '30m'
|
||||
|
||||
milvus_image_tag = tekton.query_result job_name, 'milvus-image-tag'
|
||||
pytest_image = tekton.query_result job_name, 'pytest-image-fqdn'
|
||||
@ -103,6 +104,7 @@ pipeline {
|
||||
pytest_image: pytest_image,
|
||||
helm_image: helm_image,
|
||||
milvus_deployment_option: milvus_deployment_option,
|
||||
tekton_log_timeout: '30m',
|
||||
verbose: 'false'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user