summaryrefslogtreecommitdiffhomepage
path: root/.buildkite
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-12-04 15:03:21 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-04 15:05:46 -0800
commit216abfb6dfa437166627cf7e2d2a66ae95aad07e (patch)
treee5839efd1fd65dfc5d579adb185fa159813f9879 /.buildkite
parent1371b73b4b31b8c057acfc836f08aa2ce2d1f368 (diff)
Update containerd tests for 1.4+ to 1.4.3.
PiperOrigin-RevId: 345764404
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml
index 04fccdf67..337f45870 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -60,8 +60,8 @@ steps:
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
+ label: ":docker: Containerd 1.4.3 tests"
+ command: make containerd-test-1.4.3
# Check the website builds.
- <<: *common
@@ -98,6 +98,6 @@ steps:
command: make nodejs12.4.0-runtime-tests
parallelism: 10
- <<: *common
- label: ":node: Python runtime tests"
+ label: ":python: Python runtime tests"
command: make python3.7.3-runtime-tests
parallelism: 10