Skip to content

Commit 420df58

Browse files
authored
Merge pull request #8068 from kubernetes/raywainman-patch-1
Build VPA components in parallel
2 parents d4f4169 + 20ebe03 commit 420df58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vertical-pod-autoscaler/cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ steps:
1919
- TAG=$_GIT_TAG
2020
args:
2121
- release
22+
waitFor: ['-'] # The '-' indicates that this step begins immediately.
2223
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest"
2324
dir: pkg/updater
2425
entrypoint: make
2526
env:
2627
- TAG=$_GIT_TAG
2728
args:
2829
- release
30+
waitFor: ['-'] # The '-' indicates that this step begins immediately.
2931
substitutions:
3032
_GIT_TAG: "0.0.0" # default value, this is substituted at build time

0 commit comments

Comments
 (0)