From 48a1f75a90a402fce0664f19e1ddf77e5b281d5c Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 30 Sep 2019 09:18:58 -0400 Subject: doc: remove reference to stale CITGM job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- COLLABORATOR_GUIDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'COLLABORATOR_GUIDE.md') 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 -- cgit v1.2.3