Skip to content

Commit 2653f39

Browse files
committed
Revert "fix(tests): remove custom workers"
This reverts commit 40f8946.
1 parent 40f8946 commit 2653f39

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/actionlint.yaml

+5
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/publish_v2_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build-layer:
3333
permissions:
3434
contents: read
35-
runs-on: ubuntu-latest
35+
runs-on: aws-lambda-powertools_ubuntu-latest_8-core
3636
defaults:
3737
run:
3838
working-directory: ./layer

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949
jobs:
5050
release:
5151
environment: release
52-
runs-on: ubuntu-latest
52+
runs-on: aws-lambda-powertools_ubuntu-latest_4-core
5353
permissions:
5454
contents: write
5555
outputs:

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

+1-1
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_8-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)