mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
feat(github): add self hosted runner to regression tests (#1016)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
a7d40f3265
commit
f953946eff
1 changed files with 4 additions and 1 deletions
5
.github/workflows/regression-tests.yml
vendored
5
.github/workflows/regression-tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue