Skip to content

Commit

Permalink
Merge pull request #34067 from bart0sh/PR062-node-e2e-eviction-set-ti…
Browse files Browse the repository at this point in the history
…meout

node_e2e: set timeout for kubetest2 eviction test
  • Loading branch information
k8s-ci-robot authored Jan 3, 2025
2 parents 851f36a + a3f6a53 commit ebf5627
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 @@ -3552,6 +3552,7 @@ presubmits:
- --focus-regex=\[NodeFeature:Eviction\]
- --skip-regex=""
- '--test-args=--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\"]}"'
- --timeout=300m
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
resources:
limits:
Expand Down Expand Up @@ -3659,6 +3660,7 @@ presubmits:
- --focus-regex=\[NodeFeature:Eviction\]
- --skip-regex=""
- '--test-args=--container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--fail-cgroupv1=true --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\"]}"'
- --timeout=300m
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml
resources:
limits:
Expand Down

0 comments on commit ebf5627

Please sign in to comment.