Build VPA components in parallel

This commit is contained in:
Ray Wainman 2025-04-28 14:24:28 -04:00 committed by GitHub
parent d4f4169873
commit 20ebe030c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ steps:
- TAG=$_GIT_TAG
args:
- release
waitFor: ['-'] # The '-' indicates that this step begins immediately.
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest"
dir: pkg/updater
entrypoint: make
@ -26,5 +27,6 @@ steps:
- TAG=$_GIT_TAG
args:
- release
waitFor: ['-'] # The '-' indicates that this step begins immediately.
substitutions:
_GIT_TAG: "0.0.0" # default value, this is substituted at build time