Cloud Build: Adjust timeouts.
This commit is contained in:
parent
f19ff716c2
commit
5c42cf1888
12 changed files with 10 additions and 19 deletions
|
@ -1,4 +1,3 @@
|
||||||
timeout: 18000s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
steps:
|
steps:
|
||||||
|
@ -16,3 +15,4 @@ substitutions:
|
||||||
_GIT_TAG: "12345"
|
_GIT_TAG: "12345"
|
||||||
_PULL_BASE_REF: main
|
_PULL_BASE_REF: main
|
||||||
_PULL_BASE_SHA: "12345"
|
_PULL_BASE_SHA: "12345"
|
||||||
|
timeout: 1800s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 600s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 1800s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
steps:
|
steps:
|
||||||
|
@ -9,3 +8,4 @@ steps:
|
||||||
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
|
||||||
|
timeout: 3600s
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
timeout: 1200s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
# Increase machine type for multi-arch builds.
|
|
||||||
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
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 1800s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
steps:
|
steps:
|
||||||
|
@ -9,3 +8,4 @@ steps:
|
||||||
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
|
||||||
|
timeout: 3600s
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
timeout: 1200s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
# Increase machine type for multi-arch builds.
|
|
||||||
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
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
timeout: 1200s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
# Increase machine type for multi-arch builds.
|
|
||||||
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
|
||||||
env:
|
env:
|
||||||
|
@ -11,3 +8,4 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
||||||
|
timeout: 3600s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 10800s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
steps:
|
steps:
|
||||||
|
@ -9,3 +8,4 @@ steps:
|
||||||
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
|
||||||
|
timeout: 1800s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 10800s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
# Increase machine type for multi-arch builds.
|
# Increase machine type for multi-arch builds.
|
||||||
|
@ -11,3 +10,4 @@ steps:
|
||||||
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
|
||||||
|
timeout: 7200s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 10800s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
# Increase machine type for multi-arch builds.
|
# Increase machine type for multi-arch builds.
|
||||||
|
@ -11,3 +10,4 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/nginx && make push
|
- gcloud auth configure-docker && cd images/nginx && make push
|
||||||
|
timeout: 7200s
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
timeout: 10800s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
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_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
|
||||||
env:
|
env:
|
||||||
|
@ -11,3 +10,4 @@ steps:
|
||||||
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
|
||||||
|
timeout: 3600s
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
timeout: 3600s
|
|
||||||
options:
|
options:
|
||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
steps:
|
steps:
|
||||||
|
@ -9,3 +8,4 @@ steps:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- gcloud auth configure-docker && cd images/test-runner && make push
|
- gcloud auth configure-docker && cd images/test-runner && make push
|
||||||
|
timeout: 1800s
|
||||||
|
|
Loading…
Reference in a new issue