From f5a2167eb5565b84e068b385dc22c5e74f543d1b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 21 Jul 2018 11:44:00 -0700 Subject: [PATCH] doc: add node-test-commit-custom-suites to docs Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: https://github.com/nodejs/node/pull/21909#issuecomment-406796234 PR-URL: https://github.com/nodejs/node/pull/21927 Reviewed-By: Lance Ball Reviewed-By: Richard Lau Reviewed-By: Jon Moss Reviewed-By: Trivikram Kamat --- COLLABORATOR_GUIDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 818fd7cc967443..04ed89050453a8 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -229,6 +229,13 @@ is designed to allow validation of changes to the copy of V8 in the Node.js tree by running the standard V8 tests. It should be run whenever the level of V8 within Node.js is updated or new patches are floated on V8. +* [`node-test-commit-custom-suites`](https://ci.nodejs.org/job/node-test-commit-custom-suites/) +can be used to customize what tests are run and with what parameters. For +example, it can be used to execute tests which are not executed in a typical +`node-test-commit` run (such as tests in the `internet` or `pummel` +directories). It can also be used to make sure tests pass when provided with a +flag not typically used in other CI test runs (such as `--worker`). + ### Internal vs. Public API Due to the nature of the JavaScript language, it can often be difficult to