mirror of https://github.com/kubernetes/kops.git
Revert "try github actions failures to see if PRs can't be merged"
This reverts commit b85c0a47e5
.
This commit is contained in:
parent
b85c0a47e5
commit
6b6692494f
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: make nodeup examples test
|
- name: make nodeup examples test
|
||||||
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
|
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
run: |
|
run: |
|
||||||
foo
|
make nodeup examples test
|
||||||
|
|
||||||
verify:
|
verify:
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -64,4 +64,4 @@ jobs:
|
||||||
- name: make travis-ci
|
- name: make travis-ci
|
||||||
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
|
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||||
run: |
|
run: |
|
||||||
foo
|
make travis-ci
|
||||||
|
|
18
.travis.yml
18
.travis.yml
|
@ -1,9 +1,12 @@
|
||||||
language: go
|
language: go
|
||||||
arch:
|
arch:
|
||||||
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
- osx
|
||||||
go:
|
go:
|
||||||
|
- 1.13.x
|
||||||
- 1.14.x
|
- 1.14.x
|
||||||
|
|
||||||
go_import_path: k8s.io/kops
|
go_import_path: k8s.io/kops
|
||||||
|
@ -14,3 +17,18 @@ script:
|
||||||
jobs:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- os: osx
|
||||||
|
go: 1.13.x
|
||||||
|
- os: linux
|
||||||
|
go: 1.13.x
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
include:
|
||||||
|
- name: Verify
|
||||||
|
arch: amd64
|
||||||
|
os: linux
|
||||||
|
go: 1.13.x
|
||||||
|
script:
|
||||||
|
- GOPROXY=https://proxy.golang.org make travis-ci
|
||||||
|
|
Loading…
Reference in New Issue