Skip to content

Commit

Permalink
Add containerd-test-1.7.25 to pipelines.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723323953
  • Loading branch information
milantracy authored and gvisor-bot committed Feb 5, 2025
1 parent e37e681 commit ae8cfc1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,23 @@ steps:
agents:
<<: *ubuntu_agents
cgroup: "v2"
- <<: *common
<<: *docker
label: ":docker: Containerd 1.7.25 tests (cgroupv1)"
command: make containerd-test-1.7.25
agents:
<<: *platform_specific_agents
<<: *ubuntu_agents
cgroup: "v1"
# TODO(gvisor.dev/issue/11319): Re-enable once the test is fixed.
#- <<: *common
# <<: *docker
# <<: *source_test
# label: ":docker: Containerd 1.7.25 tests (cgroupv2)"
# command: make containerd-test-1.7.25
# agents:
# <<: *ubuntu_agents
# cgroup: "v2"
- <<: *common
<<: *source_test
label: ":podman: Podman"
Expand Down

0 comments on commit ae8cfc1

Please sign in to comment.