Skip to content

Commit d4c81be

Browse files
richardlauTrott
authored andcommitted
doc: update job reference in COLLABORATOR_GUIDE.md
https://ci.nodejs.org/job/node-test-commit-custom-suites/ is disabled in Jenkins with a note to instead use https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/. Update the guide to remove the layer of indirection. PR-URL: #31557 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 38aa315 commit d4c81be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

COLLABORATOR_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ that the tests are reliable.
211211
runs the standard V8 tests. Run it when updating V8 in Node.js or floating new
212212
patches on V8.
213213

214-
* [`node-test-commit-custom-suites`](https://ci.nodejs.org/job/node-test-commit-custom-suites/)
214+
* [`node-test-commit-custom-suites-freestyle`](https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/)
215215
enables customization of test suites and parameters. It can execute test suites
216216
not used in other CI test runs (such as tests in the `internet` or `pummel`
217217
directories). It can also make sure tests pass when provided with a flag not

0 commit comments

Comments
 (0)