Skip to content

Commit 2ac4255

Browse files
authored
Merge pull request #35090 from elieser1101/tune-ci-kubernetes-node-release-branch-1-33
use proper --test-args flag for ci-kubernetes-node-release-branch-1-33
2 parents 1069616 + 5f762a0 commit 2ac4255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-node/k8s-release-branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ periodics:
131131
- --parallelism=8
132132
- --focus-regex=\[NodeConformance\]
133133
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]
134-
- '--node-test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
134+
- '--test-args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}"'
135135
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/k8s-release-branches/image-config-1.33.yaml
136136
- --timeout=180m
137137
env:

0 commit comments

Comments
 (0)