Cloud Build: Remove substitution_option.

This commit is contained in:
Marco Ebert 2024-08-11 00:17:54 +02:00 committed by k8s-infra-cherrypick-robot
parent c78681de91
commit 762f014923
12 changed files with 4 additions and 27 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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