Make ARM64 tests blocking with TravisCI

This commit is contained in:
Ciprian Hacman 2020-07-28 09:00:40 +03:00
parent 479da6e4bf
commit d3f7761312
1 changed files with 1 additions and 13 deletions

View File

@ -5,9 +5,7 @@ arch:
os:
- linux
- osx
go:
- 1.13.x
- 1.14.x
go: 1.14.x
go_import_path: k8s.io/kops
@ -15,16 +13,6 @@ script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test
jobs:
allow_failures:
- arch: arm64
exclude:
- os: osx
go: 1.13.x
- os: linux
go: 1.13.x
arch: arm64
include:
- name: Verify
arch: amd64