mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-04 02:14:29 +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:
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:
|
||||||
|
Reference in New Issue
Block a user