Skip to content

Commit 67823e8

Browse files
Trotttargos
authored andcommitted
doc: remove imprecise and redundant testing text
Remove "All commits...are tested on these platforms." for the following reasons: * It's somewhat redundant. The surrounding text makes it clear that we test on these platforms. * It's imprecise. Commits, such as those that only affect documentation or linting do not get tested on all the platforms. (Well, perhaps they do in an after-the-fact kind of way when a subsequent commit gets tested, but I think that's a stretch.) PR-URL: #30763 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 851f313 commit 67823e8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

BUILDING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ There are three support tiers:
6969

7070
* **Tier 1**: These platforms represent the majority of Node.js users. The
7171
Node.js Build Working Group maintains infrastructure for full test coverage.
72-
All commits to the Node.js repository are tested on these platforms. Test
73-
failures on tier 1 platforms will block releases.
72+
Test failures on tier 1 platforms will block releases.
7473
* **Tier 2**: These platforms represent smaller segments of the Node.js user
7574
base. The Node.js Build Working Group maintains infrastructure for full test
76-
coverage. All commits to the Node.js repository are tested on these platforms.
77-
Test failures on tier 2 platforms will block releases. Delays in release of
78-
binaries for these platforms are acceptable where necessary due to
75+
coverage. Test failures on tier 2 platforms will block releases. Delays in
76+
release of binaries for these platforms are acceptable where necessary due to
7977
infrastructure concerns.
8078
* **Experimental**: May not compile or test suite may not pass. The core team
8179
does not create releases for these platforms. Test failures on experimental

0 commit comments

Comments
 (0)