diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-12-03 16:53:22 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-03 16:55:44 -0800 |
commit | 9eb77281c4fe1c1f252a0df67ca2c1fee8867b80 (patch) | |
tree | 246a2ad6430fc4dee4722abf5384df80aa5cfb53 /.buildkite | |
parent | cae3149b2afcfae2f160c0b54e9e78fe52546653 (diff) |
Update containerd to 1.3.9
PiperOrigin-RevId: 345564927
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/pipeline.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index a46e9a851..04fccdf67 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -57,8 +57,8 @@ steps: label: ":person_in_lotus_position: KVM tests" command: make kvm-tests - <<: *common - label: ":docker: Containerd 1.3.4 tests" - command: make containerd-test-1.3.4 + label: ":docker: Containerd 1.3.9 tests" + command: make containerd-test-1.3.9 - <<: *common label: ":docker: Containerd 1.4.1 tests" command: make containerd-test-1.4.1 |