Skip to content

Commit ae65f8c

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 c2ee0a8 commit ae65f8c

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
@@ -67,13 +67,11 @@ There are three support tiers:
6767

6868
* **Tier 1**: These platforms represent the majority of Node.js users. The
6969
Node.js Build Working Group maintains infrastructure for full test coverage.
70-
All commits to the Node.js repository are tested on these platforms. Test
71-
failures on tier 1 platforms will block releases.
70+
Test failures on tier 1 platforms will block releases.
7271
* **Tier 2**: These platforms represent smaller segments of the Node.js user
7372
base. The Node.js Build Working Group maintains infrastructure for full test
74-
coverage. All commits to the Node.js repository are tested on these platforms.
75-
Test failures on tier 2 platforms will block releases. Delays in release of
76-
binaries for these platforms are acceptable where necessary due to
73+
coverage. Test failures on tier 2 platforms will block releases. Delays in
74+
release of binaries for these platforms are acceptable where necessary due to
7775
infrastructure concerns.
7876
* **Experimental**: May not compile or test suite may not pass. The core team
7977
does not create releases for these platforms. Test failures on experimental

0 commit comments

Comments
 (0)