summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.buildkite/pipeline.yaml6
-rw-r--r--Makefile2
2 files changed, 4 insertions, 4 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
diff --git a/Makefile b/Makefile
index 039dd6881..b4dbc56f3 100644
--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,7 @@ containerd-test-%: load-basic_alpine load-basic_python load-basic_busybox load-b
containerd-tests: ## Runs all supported containerd version tests.
containerd-tests: containerd-test-1.2.13
containerd-tests: containerd-test-1.3.9
-containerd-tests: containerd-test-1.4.0-beta.0
+containerd-tests: containerd-test-1.4.3
##
## Benchmarks.