Skip to content

Commit 3028bc5

Browse files
authored
Merge pull request #35786 from SergeyKanzhelev/rollback17dra
containerd 1.7 ubuntu version rollback
2 parents 7fe0118 + 247a662 commit 3028bc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
images:
22
ubuntu:
3-
image_family: pipeline-1-32-amd64 # Use pipeline-1-32-amd64 to lock down what Ubuntu version is used with containerd 1.7, which aligns with Ubuntu's built-in containerd version
3+
# image_family: pipeline-1-32-amd64 # Use pipeline-1-32-amd64 to lock down what Ubuntu version is used with containerd 1.7, which aligns with Ubuntu's built-in containerd version
4+
image_family: pipeline-1-29 # The more appropriate image family (commented above) is having issues with DRA tests: https://github.com/kubernetes/kubernetes/issues/134819
45
project: ubuntu-os-gke-cloud
56
# the image regex is added so that only cgroupv2 images are selected.
67
# currently all images with cgroupv1 from gke have a -cgroupsv1 suffix

0 commit comments

Comments
 (0)