Skip to content

Commit 955ff71

Browse files
authored
fix: ulimit setting not effective as it is step-scoped (#3007)
1 parent 08c2242 commit 955ff71

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/health_checks.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,6 @@ jobs:
478478
contents: read
479479
steps:
480480
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
481-
- name: Set file descriptor limit on macOS
482-
if: runner.os == 'macOS'
483-
run: ulimit -n 10000
484481
- name: Run e2e deployment tests
485482
uses: ./.github/actions/run_with_e2e_account
486483
with:
@@ -528,9 +525,6 @@ jobs:
528525
contents: read
529526
steps:
530527
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
531-
- name: Set file descriptor limit on macOS
532-
if: runner.os == 'macOS'
533-
run: ulimit -n 10000
534528
- name: Run e2e sandbox tests
535529
uses: ./.github/actions/run_with_e2e_account
536530
with:
@@ -567,9 +561,6 @@ jobs:
567561
node-version: 18
568562
cdk-lib-version: ${{ needs.resolve_inputs.outputs.cdk_lib_version }}
569563
- run: cd packages/cli && npm link
570-
- name: Set file descriptor limit on macOS
571-
if: runner.os == 'macOS'
572-
run: ulimit -n 10000
573564
- name: Run e2e notices tests
574565
run: npm run test:dir packages/integration-tests/lib/test-e2e/notices.test.js
575566
e2e_backend_output:
@@ -628,9 +619,6 @@ jobs:
628619
node-version: ${{ matrix.node-version }}
629620
cdk-lib-version: ${{ needs.resolve_inputs.outputs.cdk_lib_version }}
630621
- run: cd packages/cli && npm link
631-
- name: Set file descriptor limit on macOS
632-
if: runner.os == 'macOS'
633-
run: ulimit -n 10000
634622
- name: Run e2e create-amplify tests
635623
run: npm run test:dir packages/integration-tests/lib/test-e2e/create_amplify.test.js
636624
e2e_package_manager:
@@ -657,9 +645,6 @@ jobs:
657645
steps:
658646
- name: Checkout aws-amplify/amplify-backend repo
659647
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
660-
- name: Set file descriptor limit on macOS
661-
if: runner.os == 'macOS'
662-
run: ulimit -n 10000
663648
- name: Run E2E flow tests with ${{ matrix.pkg-manager }}
664649
uses: ./.github/actions/run_with_e2e_account
665650
with:

0 commit comments

Comments
 (0)