Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 478dbee

Browse filesBrowse 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 <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
1 parent 36f8b82 commit 478dbee
Copy full SHA for 478dbee

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎COLLABORATOR_GUIDE.md‎

Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎doc/onboarding.md‎

Copy file name to clipboardExpand all lines: doc/onboarding.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.