Skip to content

Commit

Permalink
Update containerd tests for 1.4+ to 1.4.3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 345764404
  • Loading branch information
amscanne authored and gvisor-bot committed Dec 4, 2020
1 parent 1371b73 commit 216abfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 216abfb

Please sign in to comment.