mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 23:51:48 +00:00
ci: use uffizzi instead of kind for arm64 tests
This commit is contained in:
parent
2fb132bdc5
commit
f541c90040
1 changed files with 12 additions and 7 deletions
19
.github/workflows/e2e-arm64.yaml
vendored
19
.github/workflows/e2e-arm64.yaml
vendored
|
|
@ -37,13 +37,18 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make build
|
make build
|
||||||
- name: Setup Kubernetes Kind
|
# - name: Setup Kubernetes Kind
|
||||||
run: |
|
# run: |
|
||||||
kind create cluster \
|
# kind create cluster \
|
||||||
--wait 5m \
|
# --wait 5m \
|
||||||
--name ${{ steps.prep.outputs.CLUSTER }} \
|
# --name ${{ steps.prep.outputs.CLUSTER }} \
|
||||||
--kubeconfig=/tmp/${{ steps.prep.outputs.CLUSTER }} \
|
# --kubeconfig=/tmp/${{ steps.prep.outputs.CLUSTER }} \
|
||||||
--image=kindest/node:v${{ matrix.KUBERNETES_VERSION }}
|
# --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
|
- name: Run e2e tests
|
||||||
run: TEST_KUBECONFIG=/tmp/${{ steps.prep.outputs.CLUSTER }} make e2e
|
run: TEST_KUBECONFIG=/tmp/${{ steps.prep.outputs.CLUSTER }} make e2e
|
||||||
- name: Run multi-tenancy tests
|
- name: Run multi-tenancy tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue