Skip to content

Commit b2dd99a

Browse files
committed
chore(ci): use new custom hw for E2E
1 parent 540cb4b commit b2dd99a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/actionlint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
self-hosted-runner:
2+
labels:
3+
- aws-lambda-powertools_ubuntu-latest_4-core
4+
- aws-lambda-powertools_ubuntu-latest_8-core
5+
- aws-lambda-powertools_ubuntu-latest_16-core

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
run:
24-
runs-on: ubuntu-latest
24+
runs-on: aws-lambda-powertools_ubuntu-latest_16-core
2525
permissions:
2626
id-token: write # needed to request JWT with GitHub's OIDC Token endpoint. docs: https://bit.ly/3MNgQO9
2727
contents: read

0 commit comments

Comments
 (0)