Skip to content

Commit

Permalink
FDN-2787: back to jenkins builders (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Arias <[email protected]>
  • Loading branch information
arias-m and Miguel Arias authored Sep 25, 2024
1 parent 4b84208 commit 38bd313
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {

agent {
kubernetes {
inheritFrom 'karpenter-kaniko-slim'
inheritFrom 'kaniko-slim'

containerTemplates([
containerTemplate(name: 'postgres', image: "flowcommerce/dependency-postgresql:latest", alwaysPullImage: true, resourceRequestMemory: '1Gi'),
Expand Down Expand Up @@ -87,7 +87,7 @@ pipeline {
agent {
kubernetes {
label 'dependency-www-amd64'
inheritFrom 'karpenter-kaniko-slim'
inheritFrom 'kaniko-slim'
}
}
steps {
Expand All @@ -109,7 +109,7 @@ pipeline {
agent {
kubernetes {
label 'dependency-api-arm64'
inheritFrom 'karpenter-kaniko-slim-arm64'
inheritFrom 'kaniko-slim-arm64'
}
}
steps {
Expand All @@ -131,7 +131,7 @@ pipeline {
agent {
kubernetes {
label 'dependency-www-arm64'
inheritFrom 'karpenter-kaniko-slim-arm64'
inheritFrom 'kaniko-slim-arm64'
}
}
steps {
Expand Down

0 comments on commit 38bd313

Please sign in to comment.