From 0b86ae090e00b788cec15a6819c8c925cb67102a Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Wed, 16 Feb 2022 17:45:24 -0800 Subject: [PATCH] Add tests for containerd v1.6.0-rc.4 PiperOrigin-RevId: 429182915 --- .buildkite/pipeline.yaml | 8 ++++++++ Makefile | 1 + 2 files changed, 9 insertions(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 3f33ee71b..d26c5c6a6 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -175,6 +175,14 @@ steps: command: make containerd-test-1.5.4 agents: queue: "cgroupv2" + - <<: *common + label: ":docker: Containerd 1.6.0-rc.4 tests" + command: make containerd-test-1.6.0-rc.4 + - <<: *common + label: ":docker: Containerd 1.6.0-rc.4 tests (cgroupv2)" + command: make containerd-test-1.6.0-rc.4 + agents: + queue: "cgroupv2" # Check the website builds. - <<: *common diff --git a/Makefile b/Makefile index 1983e32d3..4dc9a10ba 100644 --- a/Makefile +++ b/Makefile @@ -337,6 +337,7 @@ containerd-tests: containerd-test-1.3.9 endif containerd-tests: containerd-test-1.4.3 containerd-tests: containerd-test-1.5.4 +containerd-tests: containerd-test-1.6.0-rc.4 ## ## Benchmarks.