Skip to content

Commit a6febd3

Browse files
committed
config: rollout ARC github-runner - infra1-small
JIRA: INFRA-3534
1 parent ac3566a commit a6febd3

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/pre-merge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
# do not change the name of this job, it is used by the required status check
3333
# in GitHub, you WILL break merging if you change it
3434
name: status-check
35-
runs-on: infra1-small
35+
runs-on:
36+
group: infra1-runners-arc
37+
labels: runners-small
3638
if: always()
3739
needs:
3840
- test-python

.github/workflows/rel-dev-back-merge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
permissions:
1313
contents: write
1414
pull-requests: write
15-
runs-on: infra1-small
15+
runs-on:
16+
group: infra1-runners-arc
17+
labels: runners-small
1618
steps:
1719
- uses: gooddata/gooddata-python-sdk/.github/actions/merge@master
1820
with:

.github/workflows/rw-collect-changes.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ on:
1616

1717
jobs:
1818
collect-changes:
19-
runs-on: infra1-small
19+
runs-on:
20+
group: infra1-runners-arc
21+
labels: runners-small
2022
outputs:
2123
docs: "${{ steps.filter.outputs.docs}}"
2224
python-modules: "${{ steps.filter.outputs.python-modules}}"

0 commit comments

Comments
 (0)