Skip to content

Commit 84408f0

Browse files
committed
PRODENG-3392 Run GHA on selfhosted github runners
- Run GHA on self-hosted github runners - Include each workflow file in its own pull_request paths filter
1 parent c691642 commit 84408f0

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- go.mod
88
- go.sum
99
- Makefile
10+
- '.github/workflows/go.yml'
1011

1112
jobs:
1213
unit-test:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
lint:
2626
name: Lint Code
27-
runs-on: ubuntu-latest
27+
runs-on: arc-runner-set-mirantis-public
2828
env:
2929
GOTOOLCHAIN: auto
3030

.github/workflows/smoke-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
smoke-modern:
22-
runs-on: ubuntu-latest
22+
runs-on: arc-runner-set-mirantis-public
2323
if: |
2424
github.event_name == 'push' ||
2525
contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
@@ -36,7 +36,7 @@ jobs:
3636
run: make smoke-modern
3737

3838
smoke-legacy:
39-
runs-on: ubuntu-latest
39+
runs-on: arc-runner-set-mirantis-public
4040
if: |
4141
github.event_name == 'push' ||
4242
contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
@@ -53,7 +53,7 @@ jobs:
5353
run: make smoke-legacy
5454

5555
smoke-windows:
56-
runs-on: ubuntu-latest
56+
runs-on: arc-runner-set-mirantis-public
5757
if: |
5858
github.event_name == 'push' ||
5959
contains(github.event.pull_request.labels.*.name, 'smoke-test') ||
@@ -70,7 +70,7 @@ jobs:
7070
run: make smoke-windows
7171

7272
smoke-upgrade:
73-
runs-on: ubuntu-latest
73+
runs-on: arc-runner-set-mirantis-public
7474
if: |
7575
github.event_name == 'push' ||
7676
contains(github.event.pull_request.labels.*.name, 'smoke-test') ||

0 commit comments

Comments
 (0)