Skip to content
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

build: normalise test.py calls to use PARALLEL_ARGS #20124

Closed
wants to merge 1 commit into from

Conversation

chrismilleruk
Copy link
Contributor

All calls to test.py from Makefile now explicitly read the JOBS env var and passes -j X otherwise falls back to the -J flag.

Fixes: #20065

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the build Issues and PRs related to build files or the CI. label Apr 18, 2018
@Trott
Copy link
Member

Trott commented Apr 18, 2018

@nodejs/build

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and in particular +1 to doing this

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 22, 2018
@BridgeAR
Copy link
Member

I guess we do not have to run a CI here.

@chrismilleruk
Copy link
Contributor Author

I’d probably err the other way if it’s easy enough.

If there is an environment/situation where the parallel flags cause problems it would be good to discover it early.

@addaleax
Copy link
Member

CI: https://ci.nodejs.org/job/node-test-pull-request/14424/

@BridgeAR
Copy link
Member

Landed in 8786889 🎉

@BridgeAR BridgeAR closed this Apr 23, 2018
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Apr 23, 2018
PR-URL: nodejs#20124
Fixes: nodejs#20065
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
jasnell pushed a commit that referenced this pull request Apr 23, 2018
PR-URL: #20124
Fixes: #20065
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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 pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build: Improve consistency of parallelism flags among make->python dependencies
7 participants