From 04b7f1b5946af5020f148ffa889d3aaded3475cc Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 8 Aug 2019 16:11:17 -0700 Subject: [PATCH] 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 --- .travis.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf571ce5b..8915f8180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,22 +8,15 @@ language: go os: - linux -- linux-ppc64le go: - "1.12.x" 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 - -matrix: - include: - - os: linux - env: TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0 - - os: linux - 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 + - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runtime.v1.linux TRAVIS_CGO_ENABLED=1 + - TRAVIS_GOOS=darwin TRAVIS_CGO_ENABLED=0 go_import_path: github.com/containerd/containerd