Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: [nightly pipeline] add more timeout for log and list all pods status #36012

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
enhance: add more timeout for log and list all pods status
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
  • Loading branch information
yellow-shine committed Sep 5, 2024
commit a6a4e1c2f782dcd8e114b1530ec6d503198b477f
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
Loading