Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cloudbuild.yaml for addon-resizer #7616

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions addon-resizer/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1200s
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future.
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:latest'
entrypoint: make
env:
- TAG=$_GIT_TAG
args:
- all-push
substitutions:
_GIT_TAG: '0.0.0' # default value, this is substituted at build time