Skip to content

Commit

Permalink
try github actions failures to see if PRs can't be merged
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jun 18, 2020
1 parent 121c0aa commit b85c0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
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: |
make nodeup examples test
foo
verify:
strategy:
Expand All @@ -64,4 +64,4 @@ jobs:
- name: make travis-ci
working-directory: ${{ env.GOPATH }}/src/k8s.io/kops
run: |
make travis-ci
foo
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
language: go
arch:
- amd64
- arm64
os:
- linux
- osx
go:
- 1.13.x
- 1.14.x

go_import_path: k8s.io/kops
Expand All @@ -17,18 +14,3 @@ 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

0 comments on commit b85c0a4

Please sign in to comment.