From 9262ea47a5d93d44b14f298663982b75ed2e4898 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Mon, 25 Oct 2021 13:13:56 -0700 Subject: Add support for containerd 1.5 "cri.runtimeoptions.v1" moved to "runtimeoptions.v1" and containerd configuration format version 2 is required. Updates #6449 PiperOrigin-RevId: 405474653 --- .buildkite/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.buildkite') diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index adff70fee..41a5ceb31 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -98,6 +98,9 @@ steps: - <<: *common label: ":docker: Containerd 1.4.3 tests" command: make containerd-test-1.4.3 + - <<: *common + label: ":docker: Containerd 1.5.4 tests" + command: make containerd-test-1.5.4 # Check the website builds. - <<: *common -- cgit v1.2.3