Skip to content

Commit eeb02da

Browse files
committed
update deprecated cloudbuild field
Signed-off-by: Carlos Panato <[email protected]>
1 parent b957a16 commit eeb02da

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

images/build/cross/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
timeout: 9000s
33

44
options:
5-
substitution_option: ALLOW_LOOSE
5+
substitutionOption: ALLOW_LOOSE
66

77
steps:
88
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55'

images/build/debian-base/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
timeout: 1200s
33

44
options:
5-
substitution_option: ALLOW_LOOSE
5+
substitutionOption: ALLOW_LOOSE
66
machineType: 'N1_HIGHCPU_8'
77

88
steps:

images/build/distroless-iptables/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
timeout: 7200s
33

44
options:
5-
substitution_option: ALLOW_LOOSE
5+
substitutionOption: ALLOW_LOOSE
66
machineType: 'N1_HIGHCPU_8'
77

88
steps:

images/build/go-runner/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ timeout: 3600s
66
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
77
# or any new substitutions added in the future.
88
options:
9-
substitution_option: ALLOW_LOOSE
9+
substitutionOption: ALLOW_LOOSE
1010
machineType: 'N1_HIGHCPU_8'
1111

1212
steps:

images/build/setcap/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
timeout: 1200s
33

44
options:
5-
substitution_option: ALLOW_LOOSE
5+
substitutionOption: ALLOW_LOOSE
66
machineType: 'N1_HIGHCPU_8'
77

88
steps:

images/k8s-cloud-builder/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://cloud.google.com/cloud-build/docs/build-config
22
timeout: 1200s
33
options:
4-
substitution_option: ALLOW_LOOSE
4+
substitutionOption: ALLOW_LOOSE
55
steps:
66
- name: gcr.io/cloud-builders/docker
77
id: build

images/releng/ci/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://cloud.google.com/cloud-build/docs/build-config
33
timeout: 1200s
44
options:
5-
substitution_option: ALLOW_LOOSE
5+
substitutionOption: ALLOW_LOOSE
66
steps:
77
- name: gcr.io/cloud-builders/docker
88
dir: ./images/releng/ci

images/releng/k8s-ci-builder/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ timeout: 1200s
66
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
77
# or any new substitutions added in the future.
88
options:
9-
substitution_option: ALLOW_LOOSE
9+
substitutionOption: ALLOW_LOOSE
1010
machineType: 'N1_HIGHCPU_8'
1111

1212
steps:

0 commit comments

Comments
 (0)