File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,13 @@ is designed to allow validation of changes to the copy of V8 in the Node.js
229
229
tree by running the standard V8 tests. It should be run whenever the
230
230
level of V8 within Node.js is updated or new patches are floated on V8.
231
231
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
+
232
239
### Internal vs. Public API
233
240
234
241
Due to the nature of the JavaScript language, it can often be difficult to
You can’t perform that action at this time.
0 commit comments