commit | 2505209957bc1fc0721a9f47df0ad9b2c312d620 | [log] [tgz] |
---|---|---|
author | Peter Boström <[email protected]> | Sat Dec 09 00:27:24 2023 |
committer | Chromium LUCI CQ <[email protected]> | Sat Dec 09 00:27:24 2023 |
tree | d45af16869964759e93a8ccd00481f4b4e7e7734 | |
parent | 4606171a2c23a864e35cdb8df2285bc5a88dbdf4 [diff] |
Support non-fatal-until-milestone for CHECKs Adding CHECKs where we have low pre-stable coverage has proven a stability risk. This provides a slower path that does eventually turn fatal on its own, but gives us a chance to collect non-fatal failures on stable for a milestone or two. Documentation is updated to mention paths where this is desirable and updates checks.md to mention this method over the DUMP_WILL_BE_CHECK path that doesn't automatically upgrade severity if there are no reports. Bug: 1410747, 1480633, 1486813, 1502290, b/282789892, b/308871575 Cq-Include-Trybots: luci.chromium.try:win-official Change-Id: I61623e037babf19f5f77bc626a8827ca57ef5b92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031517 Code-Coverage: [email protected] <[email protected]> Reviewed-by: Rick Byers <[email protected]> Reviewed-by: danakj <[email protected]> Commit-Queue: Peter Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#1235323}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.