Cloud Build: Adjust timeouts.

This commit is contained in:
Marco Ebert 2024-07-17 23:16:03 +02:00 committed by k8s-infra-cherrypick-robot
parent f19ff716c2
commit 5c42cf1888
12 changed files with 10 additions and 19 deletions

View file

@ -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

View file

@ -1,4 +1,3 @@
timeout: 600s
options:
substitution_option: ALLOW_LOOSE
steps:

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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