mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: enable self hosted runner (#1116)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
9a515cbe67
commit
3b3350081c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/regression-tests.yml
vendored
3
.github/workflows/regression-tests.yml
vendored
|
@ -15,8 +15,7 @@ jobs:
|
||||||
# Test of these containers
|
# Test of these containers
|
||||||
container: ["ubuntu-dev:20"]
|
container: ["ubuntu-dev:20"]
|
||||||
build-type: [Debug, Release]
|
build-type: [Debug, Release]
|
||||||
# TODO: To bring back [self-hosted, linux, ARM64] once we stabilize the tests.
|
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
|
||||||
runner: [ubuntu-latest]
|
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue