summaryrefslogtreecommitdiff
path: root/COLLABORATOR_GUIDE.md
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2019-09-30 09:18:58 -0400
committerRich Trott <rtrott@gmail.com>2019-10-02 16:13:10 -0700
commit48a1f75a90a402fce0664f19e1ddf77e5b281d5c (patch)
tree4a2ecbad76cc7383fb418fb846941251dcd1047e /COLLABORATOR_GUIDE.md
parent5e7946fe79193633e9a78aae48548635cbc11023 (diff)
downloadandroid-node-v8-48a1f75a90a402fce0664f19e1ddf77e5b281d5c.tar.gz
android-node-v8-48a1f75a90a402fce0664f19e1ddf77e5b281d5c.tar.bz2
android-node-v8-48a1f75a90a402fce0664f19e1ddf77e5b281d5c.zip
doc: remove reference to stale CITGM job
Remove reference to job that is out of date, has not been run for a long time and likely does not work properly. Refs: https://github.com/nodejs/citgm/issues/741 PR-URL: https://github.com/nodejs/node/pull/29774 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 2796565670..43bd683e80 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -194,8 +194,7 @@ for changes that only affect comments 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.js ABI changes you can run [`citgm-abi-smoker`](https://ci.nodejs.org/job/citgm-abi-smoker/).
+useful to check whether a change will cause breakage in the ecosystem.
* [`node-stress-single-test`](https://ci.nodejs.org/job/node-stress-single-test/)
can run a group of tests over and over on a specific platform. Use it to check