Skip to content

Commit e84eeb8

Browse files
committed
Temporarily Run Builds Serially
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]>
1 parent 75b3f79 commit e84eeb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcb/stage/cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ steps:
7878
- "K8S_REPO=${_K8S_REPO}"
7979
- "K8S_REF=${_K8S_REF}"
8080
- GOOGLE_SERVICE_ACCOUNT_NAME=krel-staging@k8s-releng-prod.iam.gserviceaccount.com
81+
- "KUBE_PARALLEL_BUILD_MEMORY=64"
8182
secretEnv:
8283
- GITHUB_TOKEN
8384
- DOCKERHUB_TOKEN

0 commit comments

Comments
 (0)