Skip to content

Commit 7a9447d

Browse files
committed
clamp ci-kubernetes-e2e-gci-gce-reboot timeout
this job is taking <1h, closer to 30m
1 parent 05c9c36 commit 7a9447d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ periodics:
10411041
preset-k8s-ssh: "true"
10421042
decorate: true
10431043
decoration_config:
1044-
timeout: 200m
1044+
timeout: 1h20m
10451045
spec:
10461046
containers:
10471047
- command:
@@ -1054,7 +1054,7 @@ periodics:
10541054
- --gcp-region=us-central1
10551055
- --provider=gce
10561056
- --test_args=--ginkgo.focus=\[Feature:Reboot\] --minStartupPods=8
1057-
- --timeout=180m
1057+
- --timeout=60m
10581058
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250814-46947602a3-master
10591059
resources:
10601060
limits:

0 commit comments

Comments
 (0)