Skip to content

Commit 8560001

Browse files
sig-node: fix ci-crio-cgroupv2-node-e2e-features, ci-crio-cgroupv2-node-e2e-unlabelled jobs
1 parent 0bb4a49 commit 8560001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ periodics:
133133
testgrid-dashboards: sig-node-cri-o
134134
testgrid-tab-name: ci-crio-cgroupv2-node-e2e-features
135135
testgrid-alert-email: [email protected]
136-
description: "OWNER: sig-node; runs Features e2e tests with crio master and cgroup v1"
136+
description: "OWNER: sig-node; runs Features e2e tests with crio master and cgroup v2"
137137
spec:
138138
containers:
139139
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250904-c89b045f57-master
@@ -150,7 +150,7 @@ periodics:
150150
- --focus-regex=\[Feature:.+\]|\[Feature\]
151151
- --skip-regex=\[Flaky\]|\[Slow\]|\[Serial\]|\[Feature:InPlacePodVerticalScaling\]|\[Feature:UserNamespacesSupport]|\[Feature:PodLifecycleSleepActionAllowZero]|\[Feature:UserNamespacesPodSecurityStandards]|\[Feature:KubeletCredentialProviders]|\[Alpha\]
152152
- '--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\"]}"'
153-
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
153+
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml
154154
resources:
155155
limits:
156156
cpu: 4
@@ -316,7 +316,7 @@ periodics:
316316
- --skip-regex=\[Flaky\]|\[NodeConformance\]|\[Conformance\]|\[Serial\]|\[Feature:.+\]|\[Feature\]|\[Legacy:.+\]|\[Benchmark\]|\[Feature:SCTPConnectivity\]
317317
- '--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\"]}"'
318318
- --timeout=300m
319-
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv1.yaml
319+
- --image-config-file=/home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/crio/latest/image-config-cgroupv2.yaml
320320
env:
321321
- name: GOPATH
322322
value: /go

0 commit comments

Comments
 (0)