Skip to content

Commit 2cbe0b9

Browse files
committed
reduce timeout for ci-kubernetes-e2e-gce-device-plugin-gpu jobs
these are taking <1h, closer to 30m
1 parent 7b56a67 commit 2cbe0b9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

config/jobs/kubernetes/sig-cloud-provider/gcp/gpu/gpu-gce.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ periodics:
3434
testgrid-alert-stale-results-hours: '24'
3535
decorate: true
3636
decoration_config:
37-
timeout: 300m
37+
timeout: 1h20m
3838
spec:
3939
containers:
4040
- command:
@@ -52,7 +52,7 @@ periodics:
5252
- --gcp-zone=us-central1-b
5353
- --provider=gce
5454
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
55-
- --timeout=180m
55+
- --timeout=60m
5656
# TODO: drop this once it's in the defaults
5757
- --env=LOG_DUMP_SYSTEMD_SERVICES=containerd
5858
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250815-171060767f-master

config/jobs/kubernetes/sig-release/release-branch-jobs/1.31.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ periodics:
9090
cron: 0 14-23/24 * * *
9191
decorate: true
9292
decoration_config:
93-
timeout: 5h0m0s
93+
timeout: 1h20m
9494
labels:
9595
preset-ci-gce-device-plugin-gpu: "true"
9696
preset-k8s-ssh: "true"
@@ -108,7 +108,7 @@ periodics:
108108
- --gcp-zone=us-central1-b
109109
- --provider=gce
110110
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
111-
- --timeout=180m
111+
- --timeout=60m
112112
- --env=LOG_DUMP_SYSTEMD_SERVICES=containerd
113113
command:
114114
- runner.sh

config/jobs/kubernetes/sig-release/release-branch-jobs/1.32.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ periodics:
9090
cron: 0 14-23/24 * * *
9191
decorate: true
9292
decoration_config:
93-
timeout: 5h0m0s
93+
timeout: 1h20m
9494
labels:
9595
preset-ci-gce-device-plugin-gpu: "true"
9696
preset-k8s-ssh: "true"
@@ -108,7 +108,7 @@ periodics:
108108
- --gcp-zone=us-central1-b
109109
- --provider=gce
110110
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
111-
- --timeout=180m
111+
- --timeout=60m
112112
- --env=LOG_DUMP_SYSTEMD_SERVICES=containerd
113113
command:
114114
- runner.sh

config/jobs/kubernetes/sig-release/release-branch-jobs/1.33.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ periodics:
9090
cron: 0 8-23/24 * * *
9191
decorate: true
9292
decoration_config:
93-
timeout: 5h0m0s
93+
timeout: 1h20m
9494
labels:
9595
preset-ci-gce-device-plugin-gpu: "true"
9696
preset-k8s-ssh: "true"
@@ -108,7 +108,7 @@ periodics:
108108
- --gcp-zone=us-central1-b
109109
- --provider=gce
110110
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
111-
- --timeout=180m
111+
- --timeout=60m
112112
- --env=LOG_DUMP_SYSTEMD_SERVICES=containerd
113113
command:
114114
- runner.sh

config/jobs/kubernetes/sig-release/release-branch-jobs/1.34.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ periodics:
9090
cron: 0 8-23/12 * * *
9191
decorate: true
9292
decoration_config:
93-
timeout: 5h0m0s
93+
timeout: 1h20m
9494
labels:
9595
preset-ci-gce-device-plugin-gpu: "true"
9696
preset-k8s-ssh: "true"
@@ -108,7 +108,7 @@ periodics:
108108
- --gcp-zone=us-central1-b
109109
- --provider=gce
110110
- --test_args=--ginkgo.focus=\[Feature:GPUDevicePlugin\] --minStartupPods=8
111-
- --timeout=180m
111+
- --timeout=60m
112112
- --env=LOG_DUMP_SYSTEMD_SERVICES=containerd
113113
command:
114114
- runner.sh

0 commit comments

Comments
 (0)