Skip to content

Commit

Permalink
switch to kind
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Jul 19, 2024
1 parent 191023e commit 13baf6f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
kubernetes-minor-version:
- 1.28
- 1.29
- 1.30
- 1.30.0
name: E2E Tests
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -29,13 +29,6 @@ jobs:
with:
k8s-version: v${{ matrix.kubernetes-minor-version }}
name: kind-${{ matrix.kubernetes-minor-version }}
config: |
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
version: v0.23.0
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
Expand Down

0 comments on commit 13baf6f

Please sign in to comment.