Skip to content

Commit 96bb605

Browse files
Trotttargos
authored andcommitted
doc: add node-test-commit-custom-suites to docs
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: #21909 (comment) PR-URL: #21927 Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 623ef49 commit 96bb605

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

COLLABORATOR_GUIDE.md

+7
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ is designed to allow validation of changes to the copy of V8 in the Node.js
229229
tree by running the standard V8 tests. It should be run whenever the
230230
level of V8 within Node.js is updated or new patches are floated on V8.
231231

232+
* [`node-test-commit-custom-suites`](https://ci.nodejs.org/job/node-test-commit-custom-suites/)
233+
can be used to customize what tests are run and with what parameters. For
234+
example, it can be used to execute tests which are not executed in a typical
235+
`node-test-commit` run (such as tests in the `internet` or `pummel`
236+
directories). It can also be used to make sure tests pass when provided with a
237+
flag not typically used in other CI test runs (such as `--worker`).
238+
232239
### Internal vs. Public API
233240

234241
Due to the nature of the JavaScript language, it can often be difficult to

0 commit comments

Comments
 (0)