Skip to content

Commit

Permalink
Merge pull request #37 from hershd23/self-hosted-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pottekkat committed Feb 16, 2022
2 parents bbfa036 + db86d31 commit 9c37d8e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/configurable-benchmark-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ on:
jobs:
manual-test:
name: Configurable Benchmark Test
runs-on: ubuntu-latest
runs-on: self-hosted
if: ${{ github.event_name == 'workflow_dispatch' }}
steps:
- name: Setup Kubernetes
uses: manusa/[email protected].1
uses: manusa/[email protected].3
with:
minikube version: 'v1.23.2'
kubernetes version: 'v1.22.2'
kubernetes version: 'v1.23.2'
driver: docker
start args: "--v=5"

- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -51,7 +52,7 @@ jobs:
shell: bash

- name: Run Benchmark Tests
uses: layer5io/meshery-smp-action@master
uses: layer5io/meshery-smp-action@self-hosted
with:
provider_token: ${{ secrets.MESHERY_TOKEN }}
platform: docker
Expand Down

0 comments on commit 9c37d8e

Please sign in to comment.