-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: use os.availableParallelism()
#46003
Closed
deokjinkim
wants to merge
2
commits into
nodejs:main
from
deokjinkim:221229_use_availableParallelism_in_test
Closed
test: use os.availableParallelism()
#46003
deokjinkim
wants to merge
2
commits into
nodejs:main
from
deokjinkim:221229_use_availableParallelism_in_test
Conversation
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
nodejs-github-bot
added
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
labels
Dec 29, 2022
MoLow
approved these changes
Dec 29, 2022
cjihrig
approved these changes
Dec 29, 2022
lpinca
approved these changes
Dec 29, 2022
anonrig
approved these changes
Dec 30, 2022
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jan 1, 2023
22 tasks
This was referenced Jan 2, 2023
anonrig
approved these changes
Jan 2, 2023
anonrig
approved these changes
Jan 2, 2023
This was referenced Jan 3, 2023
22 tasks
lpinca
added
the
commit-queue-rebase
Add this label to allow the Commit Queue to land a PR in several commits.
label
Jan 10, 2023
@deokjinkim can you please fix the second commit message? |
deokjinkim
force-pushed
the
221229_use_availableParallelism_in_test
branch
from
January 11, 2023 01:14
fe746dd
to
35a551e
Compare
@lpinca Updated the second commit message. Thank you for feedback. |
lpinca
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 11, 2023
nodejs-github-bot
added
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
and removed
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Jan 11, 2023
Commit Queue failed- Loading data for nodejs/node/pull/46003 ✔ Done loading data for nodejs/node/pull/46003 ----------------------------------- PR info ------------------------------------ Title test: use `os.availableParallelism()` (#46003) Author Deokjin Kim (@deokjinkim) Branch deokjinkim:221229_use_availableParallelism_in_test -> nodejs:main Labels test, needs-ci, commit-queue-rebase Commits 2 - test: use `os.availableParallelism()` - benchmark,tools: use os.availableParallelism() Committers 1 - Deokjin Kim PR-URL: https://github.com/nodejs/node/pull/46003 Refs: https://github.com/nodejs/node/pull/45895 Reviewed-By: Moshe Atlow Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46003 Refs: https://github.com/nodejs/node/pull/45895 Reviewed-By: Moshe Atlow Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - test: use `os.availableParallelism()` ⚠ - benchmark,tools: use os.availableParallelism() ℹ This PR was created on Thu, 29 Dec 2022 01:40:27 GMT ✔ Approvals: 4 ✔ - Moshe Atlow (@MoLow): https://github.com/nodejs/node/pull/46003#pullrequestreview-1232434448 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/46003#pullrequestreview-1232536045 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/46003#pullrequestreview-1232761012 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/46003#pullrequestreview-1233497702 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-01-04T21:04:34Z: https://ci.nodejs.org/job/node-test-pull-request/48848/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - test: use `os.availableParallelism()` ⚠ - benchmark,tools: use os.availableParallelism() - Querying data for job/node-test-pull-request/48848/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/3896223776 |
lpinca
approved these changes
Jan 11, 2023
lpinca
removed
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Jan 11, 2023
lpinca
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 11, 2023
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Jan 11, 2023
Landed in b39c3f6...a9bc3cf |
RafaelGSS
pushed a commit
to RafaelGSS/node
that referenced
this pull request
Jan 17, 2023
Refs: nodejs#45895 PR-URL: nodejs#46003 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
RafaelGSS
pushed a commit
to RafaelGSS/node
that referenced
this pull request
Jan 17, 2023
Refs: nodejs#45895 PR-URL: nodejs#46003 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
commit-queue-rebase
Add this label to allow the Commit Queue to land a PR in several commits.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs: #45895