forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some watcher hacks and update version (vercel#31768)
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint`
- Loading branch information
Showing
7 changed files
with
104,019 additions
and
104,032 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,10 +162,6 @@ jobs: | |
- run: npm i -g [email protected] && npx playwright install-deps | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
# TODO: remove after we fix watchpack watching too much | ||
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
- run: node run-tests.js --type development | ||
name: Run test/development | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
@@ -214,10 +210,6 @@ jobs: | |
- run: npm i -g [email protected] && npx playwright install-deps | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
# TODO: remove after we fix watchpack watching too much | ||
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
- run: node run-tests.js --type production | ||
name: Run test/production | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
@@ -261,10 +253,6 @@ jobs: | |
- run: npm i -g [email protected] && npx playwright install-deps | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
# TODO: remove after we fix watchpack watching too much | ||
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
- run: xvfb-run node run-tests.js --timings -g ${{ matrix.group }}/6 | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
|
@@ -300,10 +288,6 @@ jobs: | |
name: next-swc-dev-binary | ||
path: packages/next-swc/native | ||
|
||
# TODO: remove after we fix watchpack watching too much | ||
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
- run: cd test/integration/with-electron/app && yarn | ||
if: ${{needs.build.outputs.docsChange != 'docs only change'}} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,6 @@ jobs: | |
path: ./* | ||
key: ${{ github.sha }}-react-experimental | ||
|
||
# TODO: remove after we fix watchpack watching too much | ||
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | ||
|
||
- run: npm i -g [email protected] && npx playwright install-deps | ||
|
||
- run: node run-tests.js --timings -g ${{ matrix.group }}/6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,6 @@ jobs: | |
path: ./* | ||
key: ${{ github.sha }}-react-next | ||
|
||
# TODO: remove after we fix watchpack watching too much | ||
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p | ||
|
||
- run: npm i -g [email protected] && npx playwright install-deps | ||
|
||
- run: node run-tests.js --timings -g ${{ matrix.group }}/6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.