mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +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
|
||||
|
||||
language: go
|
||||
|
||||
os:
|
||||
- linux
|
||||
- linux-ppc64le
|
||||
- linux
|
||||
- linux-ppc64le
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- os: linux-ppc64le
|
||||
|
||||
go_import_path: github.com/kata-containers/runtime
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user