Skip to content

Commit b232504

Browse files
authored
Merge pull request #35764 from SergeyKanzhelev/containerd17failwithDRA
revert Ubuntu image used for DRA tests run with containerd 1.7
2 parents 61043bb + 868e91b commit b232504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jobs/e2e_node/containerd/containerd-release-1.7/image-config.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)