From 8182401953d419abdc02e8d8a0a2b6b930c47c90 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 23 Jul 2018 01:15:50 +0300 Subject: [PATCH] doc: replace deprecated CI job `node-test-pull-request-lite` CI job is deprecated now and https://ci.nodejs.org/job/node-test-pull-request-lite/ has this note: "DEPRECATED: please use the node-test-pull-request-lite-pipeline job". --- COLLABORATOR_GUIDE.md | 2 +- doc/onboarding.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 818fd7cc967443..822786194bebc2 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -210,7 +210,7 @@ is the standard CI run we do to check Pull Requests. It triggers `node-test-commit`, which runs the `build-ci` and `test-ci` targets on all supported platforms. -* [`node-test-pull-request-lite`](https://ci.nodejs.org/job/node-test-pull-request-lite/) +* [`node-test-pull-request-lite-pipeline`](https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/) only runs the linter job, as well as the tests on LinuxONE, which is very fast. This is useful for changes that only affect comments or documentation. diff --git a/doc/onboarding.md b/doc/onboarding.md index 6b8e7491485969..b6464ebae4559f 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -213,7 +213,7 @@ needs to be pointed out separately during the onboarding. * Optionally, include your personal pronouns. * Label your pull request with the `doc` and `notable-change` labels. * Run CI on the PR. Because the PR does not affect any code, use the - `node-test-pull-request-lite` CI task. Alternatively, use the usual + `node-test-pull-request-lite-pipeline` CI task. Alternatively, use the usual `node-test-pull-request` CI task and cancel it after the linter and one other subtask have passed. * After one or two approvals, land the PR (PRs of this type do not need to wait