mirror of https://github.com/kubernetes/kops.git
Merge pull request #9005 from rifelpet/remove-travis
Remove amd64 TravisCI jobs
This commit is contained in:
commit
cdbb780534
14
.travis.yml
14
.travis.yml
|
|
@ -2,9 +2,7 @@ language: go
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
os:
|
os: linux
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
dist: focal
|
dist: focal
|
||||||
go: 1.15rc2
|
go: 1.15rc2
|
||||||
|
|
||||||
|
|
@ -12,13 +10,3 @@ go_import_path: k8s.io/kops
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test
|
- GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test
|
||||||
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- name: Verify
|
|
||||||
arch: amd64
|
|
||||||
os: linux
|
|
||||||
dist: focal
|
|
||||||
go: 1.15rc2
|
|
||||||
script:
|
|
||||||
- GOPROXY=https://proxy.golang.org make travis-ci
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue