Skip to content

Commit

Permalink
self-hosted-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Jul 24, 2024
1 parent 0f15f1d commit 4831f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
provider: microk8s
microk8s-addons: "ingress storage dns rbac registry"
channel: 1.25-strict/stable
self-hosted-runner: true
self-hosted-runner-label: "xlarge"
- name: Run integration tests
run: tox -e ${{ matrix.tox-environments }}
integration-test-cross-controller:
Expand All @@ -44,6 +46,8 @@ jobs:
provider: microk8s
microk8s-addons: "ingress storage dns rbac registry"
channel: 1.25-strict/stable
self-hosted-runner: true
self-hosted-runner-label: "xlarge"
- name: Save K8s controller name
id: k8s-controller
run: echo "name=$CONTROLLER_NAME" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4831f1e

Please sign in to comment.