Skip to content

Commit 7f32b91

Browse files
authored
[PFMENG-2854] Use enterprise runner for newrelic deployment marker job (#107)
* [PFMENG-2854] Use enterprise runner for newrelic deployment market job * [PFMENG-2854] Configures actionlint to allow custom runner label
1 parent e096b31 commit 7f32b91

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/actionlint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
self-hosted-runner:
2+
labels:
3+
- platform-eng-ent-v2-dual

.github/workflows/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77

88
jobs:
99
actionlint:
10-
runs-on: ubuntu-latest
10+
runs-on: platform-eng-ent-v2-dual
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: reviewdog/action-actionlint@v1
14+
with:
15+
actionlint_flags: -config=.github/actionlint.yaml
1416
if: github.event_name == 'pull_request'
1517
- name: Check workflow files
1618
run: |

.github/workflows/newrelic-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848

4949
jobs:
5050
set-deployment-marker:
51-
runs-on: ubuntu-latest
51+
runs-on: platform-eng-ent-v2-dual
5252
name: Set newrelic deployment marker
5353
steps:
5454
- name: Sets deployment marker

0 commit comments

Comments
 (0)