Skip to content

Commit abed9af

Browse files
authored
Merge pull request #35723 from kannon92/fix-cgroupv1-stragglers
Use cgroup v2 for ubuntu by default.
2 parents 0bddf3f + ce9b7f4 commit abed9af

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

jobs/e2e_node/arm/image-config-serial.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ images:
77
machine: t2a-standard-2 # These tests need a lot of memory
88
metadata: "user-data</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/arm/init.yaml,cni-template</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/config-systemd.toml"
99
project: ubuntu-os-gke-cloud
10+
# the image regex is added so that only cgroupv2 images are selected.
11+
# currently all images with cgroupv1 from gke have a -cgroupsv1 suffix
12+
image_regex: ".*[^-cgroupsv1]$"
1013

jobs/e2e_node/containerd/containerd-main/perf-image-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ images:
22
ubuntu:
33
image_family: pipeline-1-29
44
project: ubuntu-os-gke-cloud
5+
# the image regex is added so that only cgroupv2 images are selected.
6+
# currently all images with cgroupv1 from gke have a -cgroupsv1 suffix
7+
image_regex: ".*[^-cgroupsv1]$"
58
machine: e2-standard-16 # node performance tests will be skipped on smaller machines
69
metadata: "user-data</home/prow/go/src/github.com/containerd/containerd/test/e2e_node/init.yaml,containerd-configure-sh</home/prow/go/src/github.com/containerd/containerd/cluster/gce/configure.sh,containerd-env</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/containerd-main/env"
710
cos:

jobs/e2e_node/containerd/image-cadvisor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ images:
22
ubuntu:
33
image_family: pipeline-1-29
44
project: ubuntu-os-gke-cloud
5+
# the image regex is added so that only cgroupv2 images are selected.
6+
# currently all images with cgroupv1 from gke have a -cgroupsv1 suffix
7+
image_regex: ".*[^-cgroupsv1]$"
58
metadata: "user-data</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/config.toml,registry-config-docker</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/containerd/hosts-docker.toml"
69
cos:
710
image_family: cos-125-lts # keep in sync with jobs/e2e_node/containerd/image-config.yaml

jobs/e2e_node/dra/image-config-containerd-1.7.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ images:
22
ubuntu:
33
image_family: pipeline-1-29
44
project: ubuntu-os-gke-cloud
5+
# the image regex is added so that only cgroupv2 images are selected.
6+
# currently all images with cgroupv1 from gke have a -cgroupsv1 suffix
7+
image_regex: ".*[^-cgroupsv1]$"
58
metadata: "user-data</home/prow/go/src/k8s.io/test-infra/jobs/e2e_node/dra/init-containerd-1.7.yaml"
69
cos:
710
image_family: cos-117-lts # Use cos-117-lts to lock down what COS version is used with containerd 1.7 - it alignes with COS's built-in containerd version

0 commit comments

Comments
 (0)