Skip to content

Commit

Permalink
Temporarily Run Builds Serially
Browse files Browse the repository at this point in the history
This commit modifies the cloudbuild template to	run the	k8s buils serially.

This is	just temporary to finish the nov '24 builds while we investigate a
memory spike.

Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Nov 20, 2024
1 parent 75b3f79 commit e84eeb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcb/stage/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ steps:
- "K8S_REPO=${_K8S_REPO}"
- "K8S_REF=${_K8S_REF}"
- GOOGLE_SERVICE_ACCOUNT_NAME=krel-staging@k8s-releng-prod.iam.gserviceaccount.com
- "KUBE_PARALLEL_BUILD_MEMORY=64"
secretEnv:
- GITHUB_TOKEN
- DOCKERHUB_TOKEN
Expand Down

0 comments on commit e84eeb8

Please sign in to comment.