mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
ci: travis: allow ppc64le failures
ppc64le job on travis is being very unstable. Allow failures on this job Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
c3abd51a5b
commit
80855a8ed4
10
.travis.yml
10
.travis.yml
@ -9,9 +9,15 @@ sudo: required
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- linux-ppc64le
|
- linux-ppc64le
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- os: linux-ppc64le
|
||||||
|
|
||||||
go_import_path: github.com/kata-containers/runtime
|
go_import_path: github.com/kata-containers/runtime
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user