Skip to content

Commit

Permalink
ci: Drop buildpod configuration limitng on label and namespace
Browse files Browse the repository at this point in the history
Also drop idleMinutes as suggested by build team.
This change should fix a problem keeping internal build pods from being
spawned for release builds
  • Loading branch information
UnseenWizzard committed Aug 20, 2024
1 parent 79e137f commit 00fea3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/releasePipeline.groovy
Original file line number Diff line number Diff line change
@@ -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'
}
}
Expand Down

0 comments on commit 00fea3a

Please sign in to comment.