Skip to content
Closed
Prev Previous commit
Next Next commit
doc: update CI job descriptions
Fixes: #12021

I made the suggested changes and created a navigation
link to maintain consistency with other section headings.
  • Loading branch information
morrme authored Apr 23, 2017
commit 31ce4010afb71d72fb966f6e0f027a2c958ab3e4
10 changes: 6 additions & 4 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [Issues and Pull Requests](#issues-and-pull-requests)
* [Accepting Modifications](#accepting-modifications)
- [Useful CI Jobs](#useful-ci-jobs)
- [Internal vs. Public API](#internal-vs-public-api)
- [Breaking Changes](#breaking-changes)
- [Deprecations](#deprecations)
Expand Down Expand Up @@ -99,12 +100,13 @@ or documentation.

* [`citgm-smoker`](https://ci.nodejs.org/job/citgm-smoker/)
uses [`CitGM`](https://github.com/nodejs/citgm) to allow you to run `npm install && npm test`
on a large selection of common modules. This is useful to check whether a change will
cause breakage in the ecosystem. To test node ABI changes you can run [`citgm-abi-smoker`](https://ci.nodejs.org/job/citgm-abi-smoker/).
on a large selection of common modules. This is useful to check whether a
change will cause breakage in the ecosystem. To test Node.JS ABI changes
you can run [`citgm-abi-smoker`](https://ci.nodejs.org/job/citgm-abi-smoker/).

* [`node-stress-single-test`](https://ci.nodejs.org/job/node-stress-single-test/)
is designed to allow one to run a single test over and over on a specific platform
to confirm that the test is reliable.
is designed to allow one to run a group of tests over and over on a specific
platform to confirm that the test is reliable.

### Internal vs. Public API

Expand Down