[Skiboot] [PATCH 08/15] travis: Allow ubuntu-latest to fail
Oliver O'Halloran
oohall at gmail.com
Fri Jun 12 12:24:45 AEST 2020
Ubuntu-latest is a rolling development release, similar to rawhide.
There's no need to treat failing there as an actual error.
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 1ca5dd7cacd2..714aeb6f98eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ jobs:
allow_failures:
- env: RUN_ON_CONTAINER=fedora-rawhide
- env: RUN_ON_CONTAINER=debian-unstable
+ - env: RUN_ON_CONTAINER=ubuntu-latest
exclude:
- os: linux-ppc64le
env: RUN_ON_CONTAINER=centos7
--
2.26.2
More information about the Skiboot
mailing list