FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: use sparse-checkout in linter jobs by aduh95 · Pull Request #61123 · nodejs/node · GitHub

/ node Public

tools: use sparse-checkout in linter jobs - #61123

Merged
nodejs-github-bot merged 5 commits into
nodejs:mainfrom
aduh95:sparse-checkout-linters
Dec 21, 2025
Merged

tools: use sparse-checkout in linter jobs#61123
nodejs-github-bot merged 5 commits into
nodejs:mainfrom
aduh95:sparse-checkout-linters

Conversation

aduh95 commented Dec 19, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

We can reduce out usage by avoiding to download files we don't need. It seems to hold true only if the list of files is small, for jobs that need almost all files in the repo, it's still faster to download the full repo, so no sparse checkout for them.

We can reduce out usage by avoiding to download files we don't need.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions

nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Dec 19, 2025
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 19, 2025
aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 20, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 21, 2025
nodejs-github-bot merged commit 01ebb47 into nodejs:main Dec 21, 2025
21 checks passed

Copy link
Copy Markdown
Collaborator

Landed in 01ebb47

aduh95 deleted the sparse-checkout-linters branch December 21, 2025 10:20
aduh95 added a commit that referenced this pull request Jan 9, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 added a commit that referenced this pull request Jan 12, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Jan 13, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 added a commit that referenced this pull request Jan 19, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 added a commit that referenced this pull request Feb 17, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 added a commit that referenced this pull request Feb 19, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 added a commit that referenced this pull request Feb 21, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
aduh95 mentioned this pull request Feb 22, 2026
aduh95 added a commit that referenced this pull request Feb 23, 2026
We can reduce out usage by avoiding to download files we don't need.

PR-URL: #61123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL