From 6337b36f8e96d56903f77223935898c382ca8424 Mon Sep 17 00:00:00 2001 From: yellow-shine Date: Thu, 5 Sep 2024 19:31:47 +0800 Subject: [PATCH] enhance: [nightly pipeline] add more timeout for log and list all pods status (#36011) Signed-off-by: Yellow Shine --- ci/jenkins/Nightly2.groovy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 6846e9a398d2d..5c60274646d30 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -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' } }