From 12ad13197a4715c67bf9af739911cd4514fe02e6 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Wed, 6 Dec 2017 19:26:40 -0500 Subject: [PATCH 1/2] doc: mention node-test-pull-request-lite job --- COLLABORATOR_GUIDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 95d5dccb59afef..80cdf876bf9048 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -153,6 +153,10 @@ which runs the `build-ci` and `test-ci` targets on all supported platforms. only runs the linter targets, which is useful for changes that only affect comments or documentation. +* [`node-test-pull-request-lite`](https://ci.nodejs.org/job/node-test-pull-request-lite/) +only runs the linter job, as well as the tests on LinuxONE. Should only be used for +quick fixes that do not require being tested on all platforms. + * [`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 From 4296c271528595924358d6eecbb74543625b5d2e Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Thu, 7 Dec 2017 16:33:07 -0500 Subject: [PATCH 2/2] squash: change sentence --- COLLABORATOR_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 80cdf876bf9048..10a4803023d72e 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -155,7 +155,7 @@ or documentation. * [`node-test-pull-request-lite`](https://ci.nodejs.org/job/node-test-pull-request-lite/) only runs the linter job, as well as the tests on LinuxONE. Should only be used for -quick fixes that do not require being tested on all platforms. +trivial changes that do not require being tested on all platforms. * [`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`