-
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
build: add --skip-tests
to test-ci-js
target
#53105
Conversation
IIRC this is because it extracts from our API documentation the examples and compiles those as addon tests. Lines 279 to 323 in 4a54a80
ends up in |
jstest-only
target--skip-tests
to test-ci-js
target
I noticed that the |
That's deliberate -- |
Makes sense, that explains the comment just above the rule 👍 |
Commit Queue failed- Loading data for nodejs/node/pull/53105 ✔ Done loading data for nodejs/node/pull/53105 ----------------------------------- PR info ------------------------------------ Title build: add `--skip-tests` to `test-ci-js` target (#53105) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch aduh95:jstest-only -> nodejs:main Labels build, needs-ci Commits 1 - build: add `--skip-tests` to `test-ci-js` target Committers 1 - Antoine du Hamel PR-URL: https://github.com/nodejs/node/pull/53105 Reviewed-By: Richard Lau ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/53105 Reviewed-By: Richard Lau -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 22 May 2024 17:05:28 GMT ✔ Approvals: 1 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/53105#pullrequestreview-2083248397 ✘ This PR needs to wait 6 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-05-29T08:53:17Z: https://ci.nodejs.org/job/node-test-pull-request/59508/ - Querying data for job/node-test-pull-request/59508/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/9284668581 |
Landed in 534c122 |
PR-URL: #53105 Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: nodejs#53105 Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: nodejs#53105 Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #53105 Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #53105 Reviewed-By: Richard Lau <rlau@redhat.com>
A target that skips building the addons, which for some reason depend on
tools/doc/node_modules
to be available, which requires the internet.