Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion images/build/cross/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
timeout: 9000s

options:
substitution_option: ALLOW_LOOSE
substitutionOption: ALLOW_LOOSE

steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55'
Expand Down
2 changes: 1 addition & 1 deletion images/build/debian-base/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
timeout: 1200s

options:
substitution_option: ALLOW_LOOSE
substitutionOption: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'

steps:
Expand Down
2 changes: 1 addition & 1 deletion images/build/distroless-iptables/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
timeout: 7200s

options:
substitution_option: ALLOW_LOOSE
substitutionOption: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'

steps:
Expand Down
2 changes: 1 addition & 1 deletion images/build/go-runner/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ timeout: 3600s
# 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
substitutionOption: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'

steps:
Expand Down
2 changes: 1 addition & 1 deletion images/build/setcap/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
timeout: 1200s

options:
substitution_option: ALLOW_LOOSE
substitutionOption: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'

steps:
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
substitutionOption: ALLOW_LOOSE
steps:
- name: gcr.io/cloud-builders/docker
id: build
Expand Down
2 changes: 1 addition & 1 deletion images/releng/ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
substitutionOption: ALLOW_LOOSE
steps:
- name: gcr.io/cloud-builders/docker
dir: ./images/releng/ci
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
substitutionOption: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'

steps:
Expand Down