Limit default matrix to runc v2 runtime
Explicitly add runc v1 runtime test on Linux Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
7fddefc493
commit
7792c23b14
@ -14,7 +14,6 @@ go:
|
|||||||
- "1.12.x"
|
- "1.12.x"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
|
|
||||||
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
|
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -23,6 +22,8 @@ matrix:
|
|||||||
env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
|
env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
|
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
|
||||||
|
- os: linux
|
||||||
|
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
|
||||||
|
|
||||||
go_import_path: github.com/containerd/containerd
|
go_import_path: github.com/containerd/containerd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user