Skip to content

Commit bfdf26a

Browse files
committed
clamp timeouts for crio release blocking jobs
You can see that they run faster than this here: https://prow.k8s.io/?job=ci-crio-cgroupv1-node-e2e-conformance https://prow.k8s.io/?job=ci-crio-cgroupv2-node-e2e-conformance
1 parent ca81cfb commit bfdf26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-node/crio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ periodics:
77
preset-k8s-ssh: "true"
88
decorate: true
99
decoration_config:
10-
timeout: 240m
10+
timeout: 2h
1111
extra_refs:
1212
- org: kubernetes
1313
repo: kubernetes
@@ -507,7 +507,7 @@ periodics:
507507
preset-k8s-ssh: "true"
508508
decorate: true
509509
decoration_config:
510-
timeout: 240m
510+
timeout: 1h
511511
extra_refs:
512512
- org: kubernetes
513513
repo: kubernetes

0 commit comments

Comments
 (0)