diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d48175f66..a397b5bee0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -64,4 +64,4 @@ jobs: - name: make travis-ci working-directory: ${{ env.GOPATH }}/src/k8s.io/kops run: | - make travis-ci + foo diff --git a/.travis.yml b/.travis.yml index 532b249e11..a2777e1582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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