Cloud Build: Reorder entrypoint.
This commit is contained in:
parent
a94765aea0
commit
f19ff716c2
12 changed files with 12 additions and 12 deletions
|
@ -3,12 +3,12 @@ options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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
|
||||||
entrypoint: bash
|
|
||||||
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
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && make release
|
- gcloud auth configure-docker && make release
|
||||||
|
|
|
@ -3,9 +3,9 @@ options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=cfssl push
|
- gcloud auth configure-docker && cd images && make NAME=cfssl push
|
||||||
|
|
|
@ -3,9 +3,9 @@ options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
||||||
|
|
|
@ -5,9 +5,9 @@ options:
|
||||||
machineType: E2_HIGHCPU_8
|
machineType: E2_HIGHCPU_8
|
||||||
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push
|
- gcloud auth configure-docker && cd images && make NAME=ext-auth-example-authsvc push
|
||||||
|
|
|
@ -3,9 +3,9 @@ options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
||||||
|
|
|
@ -5,9 +5,9 @@ options:
|
||||||
machineType: E2_HIGHCPU_8
|
machineType: E2_HIGHCPU_8
|
||||||
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=go-grpc-greeter-server push
|
- gcloud auth configure-docker && cd images && make NAME=go-grpc-greeter-server push
|
||||||
|
|
|
@ -5,9 +5,9 @@ options:
|
||||||
machineType: E2_HIGHCPU_8
|
machineType: E2_HIGHCPU_8
|
||||||
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
||||||
|
|
|
@ -3,9 +3,9 @@ options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
||||||
|
|
|
@ -5,9 +5,9 @@ options:
|
||||||
machineType: E2_HIGHCPU_32
|
machineType: E2_HIGHCPU_32
|
||||||
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/nginx-1.25 && make push
|
- gcloud auth configure-docker && cd images/nginx-1.25 && make push
|
||||||
|
|
|
@ -5,9 +5,9 @@ options:
|
||||||
machineType: E2_HIGHCPU_32
|
machineType: E2_HIGHCPU_32
|
||||||
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/nginx && make push
|
- gcloud auth configure-docker && cd images/nginx && make push
|
||||||
|
|
|
@ -5,9 +5,9 @@ options:
|
||||||
machineType: E2_HIGHCPU_32
|
machineType: E2_HIGHCPU_32
|
||||||
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push
|
- gcloud auth configure-docker && cd images/opentelemetry && make NGINX_VERSION=1.21.6 push && make NGINX_VERSION=1.25.3 push
|
||||||
|
|
|
@ -3,9 +3,9 @@ options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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
|
||||||
entrypoint: bash
|
|
||||||
env:
|
env:
|
||||||
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
- REGISTRY=gcr.io/k8s-staging-ingress-nginx
|
||||||
|
entrypoint: bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/test-runner && make push
|
- gcloud auth configure-docker && cd images/test-runner && make push
|
||||||
|
|
Loading…
Reference in a new issue