Skip to content
Snippets Groups Projects
Unverified Commit 51a38bdc authored by Ray Wainman's avatar Ray Wainman Committed by GitHub
Browse files

Bump build time and remove parallel builds (they don't work)

parent f8ac5394
No related branches found
No related tags found
No related merge requests found
# See https://cloud.google.com/cloud-build/docs/build-config # See https://cloud.google.com/cloud-build/docs/build-config
timeout: 3600s timeout: 7200s
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future. # or any new substitutions added in the future.
options: options:
...@@ -19,7 +19,6 @@ steps: ...@@ -19,7 +19,6 @@ 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
...@@ -27,6 +26,5 @@ steps: ...@@ -27,6 +26,5 @@ 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment