Skip to content

Commit

Permalink
💚 Use QEMU on e2e with minikube
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Dec 2, 2024
1 parent 3d51a12 commit 659450c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ runs:
if: ${{ inputs.require_minikube == 'true' }}
shell: bash
run: |
# TODO: consider use apt install for ci
# Add Docker's official GPG key:
which docker
make minikube/install
make minikube/start
- name: Check Kubernetes cluster
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ E2E_REMOVE_FROM ?= 0

TEST_RESULT_DIR ?= /tmp

MINIKUBE_DRIVER = none

include Makefile.d/functions.mk

.PHONY: maintainer
Expand Down

0 comments on commit 659450c

Please sign in to comment.