mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +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
|
||||
|
||||
language: go
|
||||
|
||||
os:
|
||||
- linux
|
||||
- linux-ppc64le
|
||||
- linux
|
||||
- linux-ppc64le
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- os: linux-ppc64le
|
||||
|
||||
go_import_path: github.com/kata-containers/runtime
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user