Skip to content

Commit 17e4b24

Browse files
milantracygvisor-bot
authored andcommitted
Add test coverage for gVisor w/ container 2.1.0.
I manually validate the general workflows in gVisor w/ containerd 2.1.0. The change automates the process as GKE plans to migrate to container 2.1+. PiperOrigin-RevId: 839607966
1 parent c9c8dad commit 17e4b24

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.buildkite/pipeline.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,25 @@ steps:
482482
<<: *ubuntu_agents
483483
cgroup: "v2"
484484
kernel: "modern"
485+
- <<: *common
486+
<<: *docker
487+
<<: *source_test
488+
label: ":docker: Containerd 2.1.0 tests (cgroupv1)"
489+
command: make containerd-test-2.1.0
490+
agents:
491+
<<: *platform_specific_agents
492+
<<: *ubuntu_agents
493+
cgroup: "v1"
494+
kernel: "modern"
495+
- <<: *common
496+
<<: *docker
497+
<<: *source_test
498+
label: ":docker: Containerd 2.1.0 tests (cgroupv2)"
499+
command: make containerd-test-2.1.0
500+
agents:
501+
<<: *ubuntu_agents
502+
cgroup: "v2"
503+
kernel: "modern"
485504
- <<: *common
486505
<<: *source_test
487506
label: ":podman: Podman"

0 commit comments

Comments
 (0)