Cloud Build: Adjust timeouts.
This commit is contained in:
parent
2eb1969986
commit
50bcd6c3fd
12 changed files with 10 additions and 19 deletions
|
@ -1,4 +1,3 @@
|
|||
timeout: 18000s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
|
@ -16,3 +15,4 @@ substitutions:
|
|||
_GIT_TAG: "12345"
|
||||
_PULL_BASE_REF: main
|
||||
_PULL_BASE_SHA: "12345"
|
||||
timeout: 1800s
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
timeout: 600s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
timeout: 1800s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
|
@ -9,3 +8,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=custom-error-pages push
|
||||
timeout: 3600s
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
timeout: 1200s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_8
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
timeout: 1800s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
|
@ -9,3 +8,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
|
||||
timeout: 3600s
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
timeout: 1200s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_8
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
timeout: 1200s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_8
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
@ -11,3 +8,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=httpbun push
|
||||
timeout: 3600s
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
timeout: 10800s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
|
@ -9,3 +8,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
|
||||
timeout: 1800s
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
timeout: 10800s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
|
@ -11,3 +10,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images/nginx-1.25 && make push
|
||||
timeout: 7200s
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
timeout: 10800s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
|
@ -11,3 +10,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images/nginx && make push
|
||||
timeout: 7200s
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
timeout: 10800s
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
# Increase machine type for multi-arch builds.
|
||||
machineType: E2_HIGHCPU_32
|
||||
machineType: E2_HIGHCPU_8
|
||||
steps:
|
||||
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240523-a15ad90fc9
|
||||
env:
|
||||
|
@ -11,3 +10,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- 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:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
|
@ -9,3 +8,4 @@ steps:
|
|||
args:
|
||||
- -c
|
||||
- gcloud auth configure-docker && cd images/test-runner && make push
|
||||
timeout: 1800s
|
||||
|
|
Loading…
Reference in a new issue