doc: add node-test-commit-custom-suites to docs#21927
doc: add node-test-commit-custom-suites to docs#21927Trott wants to merge 1 commit intonodejs:masterfrom
Conversation
COLLABORATOR_GUIDE.md
Outdated
There was a problem hiding this comment.
While it is true that the default CI_JS_SUITES parameters to the job run internet the job is intended to run any test(suite) with custom arguments (I think you could even simulate the stress job by passing --repeat to TEST_ARGS).
There was a problem hiding this comment.
I was trying to provide the minimum information to be useful. (I'd like to see pummel added FWIW.) If you have some alternate or additional text, do feel free to add it!
COLLABORATOR_GUIDE.md
Outdated
There was a problem hiding this comment.
Not exactly... how about:
node-test-commit-custom-suites runs tests in user-specified directories with parameters provided by the user as well. Currently used on all node-test-commit jobs to run the default test suite with the --worker flag.
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: nodejs#21909 (comment)
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE. Refs: nodejs#21909 (comment) PR-URL: nodejs#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>
|
Landed in f5a2167 |
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>
Add node-test-commit-custom-suites to the COLLABORATOR_GUIDE.
Refs: #21909 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes/ping @lance @maclover7