Skip to content

Commit 351c034

Browse files
authored
Run CI on self hosted runner (#1094)
* Run CI on self hosted runner * remove max parallel
1 parent 3de6322 commit 351c034

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/run-tests-head.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ on:
99

1010
jobs:
1111
test-ch-head:
12-
runs-on: ubuntu-latest
12+
runs-on: [self-hosted, style-checker]
1313
strategy:
14-
fail-fast: true
15-
max-parallel: 1
14+
fail-fast: truek
1615
matrix:
1716
go:
1817
- "1.20"

.github/workflows/run-tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ on:
1414

1515
jobs:
1616
single-node:
17-
runs-on: ubuntu-latest
17+
runs-on: [self-hosted, style-checker]
1818
strategy:
1919
fail-fast: true
20-
max-parallel: 1
2120
matrix:
2221
go:
2322
- "1.20"
@@ -43,12 +42,11 @@ jobs:
4342
4443
integration-tests-cloud:
4544
if: ${{ false }} # disabled for now
46-
runs-on: ubuntu-latest
45+
runs-on: [self-hosted, style-checker]
4746
defaults:
4847
run:
4948
shell: bash
5049
strategy:
51-
max-parallel: 1
5250
fail-fast: true
5351
matrix:
5452
go:

0 commit comments

Comments
 (0)