Skip to content

Commit 1a65fbc

Browse files
committed
doc: add node-test-commit-custom-suites to docs
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: #21909 (comment)
1 parent b38b8d3 commit 1a65fbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 7 additions & 0 deletions
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)