diff options
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |