Cloud Build: Remove substitution_option
.
This commit is contained in:
parent
c78681de91
commit
762f014923
12 changed files with 4 additions and 27 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_32
|
||||
steps:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_32
|
||||
steps:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_8
|
||||
steps:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue