Skip to content

Commit

Permalink
Merge pull request #33867 from elieser1101/add-mising-timeouts
Browse files Browse the repository at this point in the history
add mising timeouts for imagefs and splitfs jobs on kubetest2 migration
  • Loading branch information
k8s-ci-robot authored Nov 28, 2024
2 parents 8df65c0 + e75a9fc commit 8e359c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ presubmits:
- --repo-root=.
- --gcp-zone=us-west1-b
- --parallelism=8
- --timeout=3h
- --focus-regex=\[NodeConformance\]|\[NodeFeature:.+\]|\[NodeFeature\]
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]
- '--test-args=--ginkgo.timeout=3h --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
Expand Down Expand Up @@ -1649,6 +1650,7 @@ presubmits:
- --parallelism=8
- --focus-regex=\[NodeConformance\]|\[NodeFeature:.+\]|\[NodeFeature\]
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]
- --timeout=3h
- '--test-args=--ginkgo.timeout=3h --service-feature-gates="KubeletSeparateDiskGC=true" --feature-gates="KubeletSeparateDiskGC=true" --container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}"'
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2-splitfs.yaml
resources:
Expand Down

0 comments on commit 8e359c5

Please sign in to comment.