From 80855a8ed4b4981cd2205f4052f3eada4c83824f Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Fri, 4 Oct 2019 12:33:31 -0500 Subject: [PATCH] ci: travis: allow ppc64le failures ppc64le job on travis is being very unstable. Allow failures on this job Signed-off-by: Salvador Fuentes --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4398e98c8..3b708b538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,15 @@ sudo: required dist: xenial language: go + os: -- linux -- linux-ppc64le + - linux + - linux-ppc64le + +matrix: + allow_failures: + - os: linux-ppc64le + go_import_path: github.com/kata-containers/runtime env: