From 00fea3a9eda306fb0734f791042fa11663590f28 Mon Sep 17 00:00:00 2001 From: UnseenWizzard Date: Tue, 20 Aug 2024 12:01:11 +0200 Subject: [PATCH] ci: Drop buildpod configuration limitng on label and namespace Also drop idleMinutes as suggested by build team. This change should fix a problem keeping internal build pods from being spawned for release builds --- .ci/releasePipeline.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/releasePipeline.groovy b/.ci/releasePipeline.groovy index f35653ce1..376b46f87 100644 --- a/.ci/releasePipeline.groovy +++ b/.ci/releasePipeline.groovy @@ -1,12 +1,9 @@ pipeline { agent { kubernetes { - label 'ca-jenkins-agent' cloud 'linux-amd64' - namespace 'keptn-jenkins-slaves-ni' nodeSelector 'kubernetes.io/arch=amd64,kubernetes.io/os=linux' instanceCap '2' - idleMinutes '2' yamlFile '.ci/jenkins_agents/ca-jenkins-agent.yaml' } }