Skip to content

Commit

Permalink
feat(github): add self hosted runner to regression tests (#1016)
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <adi@dragonflydb.io>
  • Loading branch information
adiholden authored Mar 31, 2023
1 parent a7d40f3 commit f953946
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ on:
workflow_dispatch:




jobs:
build-n-test:
runs-on: ubuntu-latest
strategy:
matrix:
# Test of these containers
container: ["ubuntu-dev:20"]
build-type: [Debug, Release]
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
runs-on: ${{ matrix.runner }}
timeout-minutes: 45

container:
Expand Down

0 comments on commit f953946

Please sign in to comment.