Build VPA components in parallel
This commit is contained in:
parent
d4f4169873
commit
20ebe030c3
|
|
@ -19,6 +19,7 @@ steps:
|
||||||
- TAG=$_GIT_TAG
|
- TAG=$_GIT_TAG
|
||||||
args:
|
args:
|
||||||
- release
|
- release
|
||||||
|
waitFor: ['-'] # The '-' indicates that this step begins immediately.
|
||||||
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest"
|
- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest"
|
||||||
dir: pkg/updater
|
dir: pkg/updater
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
|
|
@ -26,5 +27,6 @@ steps:
|
||||||
- TAG=$_GIT_TAG
|
- TAG=$_GIT_TAG
|
||||||
args:
|
args:
|
||||||
- release
|
- release
|
||||||
|
waitFor: ['-'] # The '-' indicates that this step begins immediately.
|
||||||
substitutions:
|
substitutions:
|
||||||
_GIT_TAG: "0.0.0" # default value, this is substituted at build time
|
_GIT_TAG: "0.0.0" # default value, this is substituted at build time
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue