Skip to content

Commit 478dbee

Browse files
vsemozhetbyttargos
authored andcommitted
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". PR-URL: #21938 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: João Reis <[email protected]>
1 parent 36f8b82 commit 478dbee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

COLLABORATOR_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ is the standard CI run we do to check Pull Requests. It triggers
210210
`node-test-commit`, which runs the `build-ci` and `test-ci` targets on all
211211
supported platforms.
212212

213-
* [`node-test-pull-request-lite`](https://ci.nodejs.org/job/node-test-pull-request-lite/)
213+
* [`node-test-pull-request-lite-pipeline`](https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/)
214214
only runs the linter job, as well as the tests on LinuxONE, which is very fast.
215215
This is useful for changes that only affect comments or documentation.
216216

doc/onboarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ needs to be pointed out separately during the onboarding.
213213
* Optionally, include your personal pronouns.
214214
* Label your pull request with the `doc` and `notable-change` labels.
215215
* Run CI on the PR. Because the PR does not affect any code, use the
216-
`node-test-pull-request-lite` CI task. Alternatively, use the usual
216+
`node-test-pull-request-lite-pipeline` CI task. Alternatively, use the usual
217217
`node-test-pull-request` CI task and cancel it after the linter and one other
218218
subtask have passed.
219219
* After one or two approvals, land the PR (PRs of this type do not need to wait

0 commit comments

Comments
 (0)