mirror of https://github.com/kubernetes/kops.git
Make ARM64 tests blocking with TravisCI
This commit is contained in:
parent
479da6e4bf
commit
d3f7761312
14
.travis.yml
14
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue