aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Quigley <bryan.quigley@canonical.com>2020-05-13 11:48:01 -0700
committerBryan Quigley <bryan.quigley@canonical.com>2020-05-13 14:36:06 -0700
commitf0c2125d8136ff9fd24cbf2c123644ed80d54445 (patch)
treebd0d0b11090108ddcdc9d72ec67f4a6e718990cc
parentee4146ff504511387aaab4fffb188e1fbb355a9d (diff)
downloadsos-f0c2125d8136ff9fd24cbf2c123644ed80d54445.tar.gz
[travis] make ppc failure optional
Related to #2048, but not a true fix. Resolves: #2067 Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 80f185e1..592b5da0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,12 +20,6 @@ jobs:
arch: s390x
language: shell
script: "sudo ./tests/simple.sh"
- - name: "18.04 native ppc64le"
- os: linux
- dist: bionic
- arch: ppc64le
- language: shell
- script: "sudo ./tests/simple.sh"
- name: "16.04 native run (py3.5)"
os: linux
dist: xenial
@@ -67,6 +61,13 @@ jobs:
script:
- "nosetests -v --with-cover --cover-package=sos --cover-html"
- "sudo ./tests/simple.sh ~/virtualenv/python$TRAVIS_PYTHON_VERSION/bin/python"
+ allow_failures:
+ - name: "18.04 native ppc64le"
+ os: linux
+ dist: bionic
+ arch: ppc64le
+ language: shell
+ script: "sudo ./tests/simple.sh"
notifications:
email: