Skip to content

Commit

Permalink
enhance: [nightly pipeline] add more timeout for log and list all pod…
Browse files Browse the repository at this point in the history
…s status (milvus-io#36012)

milvus-io#36011

Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine authored Sep 5, 2024
1 parent 45b2049 commit f471d06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/jenkins/Nightly2.groovy
Original file line number Diff line number Diff line change
@@ -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'

Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
}
}
Expand Down

0 comments on commit f471d06

Please sign in to comment.