From fc961333746e14a21c1aa963fd97f685f363cc58 Mon Sep 17 00:00:00 2001 From: yellow-shine Date: Fri, 22 Nov 2024 14:14:38 +0800 Subject: [PATCH] enhance: [2.4 pipeline] limit compute resource (#37889) Signed-off-by: Yellow Shine --- ci/jenkins/PR.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/jenkins/PR.groovy b/ci/jenkins/PR.groovy index 99bbcf0ee09b0..2f5587ca46463 100644 --- a/ci/jenkins/PR.groovy +++ b/ci/jenkins/PR.groovy @@ -1,4 +1,4 @@ -@Library('jenkins-shared-library@v0.67.0') _ +@Library('jenkins-shared-library@v0.70.0') _ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' def milvus_helm_chart_version = '4.2.8' @@ -10,7 +10,7 @@ pipeline { buildDiscarder logRotator(artifactDaysToKeepStr: '30') preserveStashes(buildCount: 5) disableConcurrentBuilds(abortPrevious: true) - timeout(time: 6, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') throttleJobProperty( categories: ['cpu-e2e'], throttleEnabled: true,