Skip to content

Commit

Permalink
Merge pull request #1469 from mrueg/revert-multi-k8s
Browse files Browse the repository at this point in the history
Partially revert 5711402
  • Loading branch information
k8s-ci-robot committed May 3, 2021
2 parents 5957813 + 0eb0c17 commit 4009bea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,6 @@ jobs:
ci-e2e-tests:
name: ci-e2e-tests
runs-on: ubuntu-latest
strategy:
matrix:
cluster_version:
- 'v1.18.0'
- 'v1.19.0'
- 'v1.20.0'
- 'v1.21.0'
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand All @@ -215,7 +208,5 @@ jobs:
make install-tools
- name: End-to-end tests
env:
KUBERNETES_VERSION: ${{cluster_version}}
run: |
make e2e

0 comments on commit 4009bea

Please sign in to comment.