feat: add e2e-minishift Makefile target and workflow job

Signed-off-by: Hristo Hristov <me@hhristov.info>
This commit is contained in:
Hristo Hristov
2026-04-03 15:30:49 +03:00
parent 9ad218a06c
commit ad9bc5a554

View File

@@ -67,7 +67,7 @@ jobs:
run: sudo KUBERNETES_SUPPORTED_VERSION=${{ matrix.k8s-version }} make e2e
e2e-minishift:
name: E2E Testing (Minishift)
runs-on: oracle-vm-16cpu-64gb-x86-64
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
@@ -86,7 +86,8 @@ jobs:
- name: Start Minishift
run: |
./minc create
./minc config set provider docker
./minc create --log-level debug
./minc status
- name: e2e