Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "try github actions failures to see if PRs can't be merged" #9392

Merged
merged 1 commit into from
Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: make nodeup examples test
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
run: |
foo
make nodeup examples test

verify:
strategy:
Expand All @@ -64,4 +64,4 @@ jobs:
- name: make travis-ci
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
run: |
foo
make travis-ci
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: go
arch:
- amd64
- arm64
os:
- linux
- osx
go:
- 1.13.x
- 1.14.x

go_import_path: k8s.io/kops
Expand All @@ -14,3 +17,18 @@ script:
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
os: linux
go: 1.13.x
script:
- GOPROXY=https://proxy.golang.org make travis-ci