Skip to content

Conversation

richardlau
Copy link
Member

@richardlau richardlau commented Mar 28, 2019

PARALLEL_ARGS is overwritten in the Makefile if JOBS is set.

node/Makefile

Lines 20 to 24 in 2c73868

ifdef JOBS
PARALLEL_ARGS = -j $(JOBS)
else
PARALLEL_ARGS = -J
endif

Use CI_JS_SUITES instead.

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

`PARALLEL_ARGS` is overwritten in the Makefile if `JOBS` is set. Use
`CI_JS_SUITES` instead.
@nodejs-github-bot
Copy link
Collaborator

@richardlau Sadly, an error occurred when I tried to trigger a build. :(

@richardlau
Copy link
Member Author

Travis tests are currently failing because of a flaky test (test-worker-prof.js, #26401) which it shouldn't be running. This PR should hopefully get Travis green again.

@richardlau
Copy link
Member Author

@richardlau richardlau added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 28, 2019
@richardlau richardlau mentioned this pull request Mar 28, 2019
4 tasks
@richardlau richardlau mentioned this pull request Mar 30, 2019
2 tasks
@richardlau
Copy link
Member Author

Closing in favour of #27002 which includes the commit from this PR.

@richardlau richardlau closed this Mar 30, 2019
@richardlau richardlau deleted the travis-skip-flaky-tests branch March 30, 2019 06:30
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants