Skip to content

Commit 04b7f1b

Browse files
committed
Remove ppc64le from travis
The tests run too slow and flaky. Once the flakiness and speed are addressed we can re-enable. Signed-off-by: Derek McGowan <[email protected]>
1 parent 23faecf commit 04b7f1b

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,15 @@ language: go
88

99
os:
1010
- linux
11-
- linux-ppc64le
1211

1312
go:
1413
- "1.12.x"
1514

1615
env:
16+
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
1717
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v2 TRAVIS_CGO_ENABLED=1
18-
19-
matrix:
20-
include:
21-
- os: linux
22-
env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
23-
- os: linux
24-
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
25-
- os: linux
26-
env: TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1
18+
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1
19+
- TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0
2720

2821
go_import_path: github.com/containerd/containerd
2922

0 commit comments

Comments
 (0)