Cloud Build: Remove substitution_option.

This commit is contained in:
Marco Ebert 2024-08-11 00:17:54 +02:00
parent 4ac9666c37
commit 9458294ed5
12 changed files with 4 additions and 27 deletions

View file

@ -1,18 +1,14 @@
options:
substitution_option: ALLOW_LOOSE
substitutions:
_PULL_BASE_SHA: "12345"
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
- REPO_INFO=https://github.com/kubernetes/ingress-nginx
- COMMIT_SHA=$_PULL_BASE_SHA
- BUILD_ID=$BUILD_ID
- COMMIT_SHA=${_PULL_BASE_SHA}
- BUILD_ID=${BUILD_ID}
entrypoint: bash
args:
- -c
- gcloud auth configure-docker && make release
substitutions:
_GIT_TAG: "12345"
_PULL_BASE_REF: main
_PULL_BASE_SHA: "12345"
timeout: 1800s

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env:

View file

@ -1,5 +1,4 @@
options:
substitution_option: ALLOW_LOOSE
# Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32
steps:

View file

@ -1,5 +1,4 @@
options:
substitution_option: ALLOW_LOOSE
# Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_32
steps:

View file

@ -1,5 +1,4 @@
options:
substitution_option: ALLOW_LOOSE
# Increase machine type for multi-arch builds.
machineType: E2_HIGHCPU_8
steps:

View file

@ -1,5 +1,3 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
env: