mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
enhance: [nightly pipeline] add more timeout for log and list all pods status (#36011)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
75676fbd11
commit
15ed76d1d6
@ -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'
|
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||||
|
|
||||||
@ -57,7 +57,8 @@ pipeline {
|
|||||||
gitBaseRef: gitBaseRef,
|
gitBaseRef: gitBaseRef,
|
||||||
pullRequestNumber: "$env.CHANGE_ID",
|
pullRequestNumber: "$env.CHANGE_ID",
|
||||||
suppress_suffix_of_image_tag: true,
|
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'
|
milvus_image_tag = tekton.query_result job_name, 'milvus-image-tag'
|
||||||
pytest_image = tekton.query_result job_name, 'pytest-image-fqdn'
|
pytest_image = tekton.query_result job_name, 'pytest-image-fqdn'
|
||||||
@ -103,6 +104,7 @@ pipeline {
|
|||||||
pytest_image: pytest_image,
|
pytest_image: pytest_image,
|
||||||
helm_image: helm_image,
|
helm_image: helm_image,
|
||||||
milvus_deployment_option: milvus_deployment_option,
|
milvus_deployment_option: milvus_deployment_option,
|
||||||
|
tekton_log_timeout: '30m',
|
||||||
verbose: 'false'
|
verbose: 'false'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user