Skip to content

Commit

Permalink
Use equinix runner instead of ubuntu for e2e tests
Browse files Browse the repository at this point in the history
Just to re-run the tests I (Adam) have took over the commit and updated
the commit message.

Co-authored-by: Adam Rozman <[email protected]>
Signed-off-by: Kashif Khan <[email protected]>
  • Loading branch information
kashifest and Rozzii committed Jul 12, 2024
1 parent 1dc6694 commit 3055681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string
runner:
type: string
default: "ubuntu-latest-4-cores"
default: "equinix-4cpu-16gb"
ginkgo-focus:
type: string
default: ""
Expand All @@ -21,7 +21,7 @@ permissions: {}
jobs:
test:
name: E2E test
runs-on: ${{ inputs.runner }}
runs-on: [self-hosted, "${{ inputs.runner }}"]

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit 3055681

Please sign in to comment.