Skip to content

Commit

Permalink
ci: use uffizzi instead of kind for arm64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Nov 22, 2023
1 parent 2fb132b commit f541c90
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/e2e-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ jobs:
- name: Build
run: |
make build
- name: Setup Kubernetes Kind
run: |
kind create cluster \
--wait 5m \
--name ${{ steps.prep.outputs.CLUSTER }} \
--kubeconfig=/tmp/${{ steps.prep.outputs.CLUSTER }} \
--image=kindest/node:v${{ matrix.KUBERNETES_VERSION }}
# - name: Setup Kubernetes Kind
# run: |
# kind create cluster \
# --wait 5m \
# --name ${{ steps.prep.outputs.CLUSTER }} \
# --kubeconfig=/tmp/${{ steps.prep.outputs.CLUSTER }} \
# --image=kindest/node:v${{ matrix.KUBERNETES_VERSION }}
- name: Create and connect to Uffizzi Kubernetes Cluster
uses: UffizziCloud/cluster-action@main
with:
cluster-name: pr-${{ github.event.pull_request.number }}
server: https://app.uffizzi.com
- name: Run e2e tests
run: TEST_KUBECONFIG=/tmp/${{ steps.prep.outputs.CLUSTER }} make e2e
- name: Run multi-tenancy tests
Expand Down

0 comments on commit f541c90

Please sign in to comment.