mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-25 19:19:52 +08:00
Adding e2e workflows to test dind, kube mode and proxy (#2412)
This commit is contained in:
7
.github/actions/setup-arc-e2e/action.yaml
vendored
7
.github/actions/setup-arc-e2e/action.yaml
vendored
@@ -49,12 +49,11 @@ runs:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Create Kind cluster and load image
|
||||
- name: Create minikube cluster and load image
|
||||
shell: bash
|
||||
run: |
|
||||
PATH=$(go env GOPATH)/bin:$PATH
|
||||
kind create cluster --name arc-e2e
|
||||
kind load docker-image ${{inputs.docker-image-name}}:${{inputs.docker-image-tag}} --name arc-e2e
|
||||
minikube start
|
||||
minikube image load ${{inputs.docker-image-name}}:${{inputs.docker-image-tag}}
|
||||
|
||||
- name: Get configure token
|
||||
id: config-token
|
||||
|
||||
Reference in New Issue
Block a user