Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 96bb605

Browse filesBrowse 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 <lball@redhat.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 623ef49 commit 96bb605
Copy full SHA for 96bb605

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Collapse file

‎COLLABORATOR_GUIDE.md‎

Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
+7Lines changed: 7 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.