0
Files
src/infra
Garrett Beaty d657353f32 Codify presubmit builders.
Add a builder function and a console for presubmit builders. Presubmit
builders are try builders that run quickly because they don't perform
compiles. Because they run quickly and because they tend to guard
against errors that would cause issues in the development process rather
than the chrome binaries, presubmit builders have the following

* Results from presubmit builders are not reused so that submitted code
  will have them pass against somewhat recent code.
* Presubmit builders are run against all paths by default.
* Presubmit builders are run at a higher priority than most builders so
  that //infra/config changes can be landed quickly to address outages.

properties: 
Change-Id: I4b012e74dbd1d2fda9798b430efdae65c05d60d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2966613
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Gary Tong <gatong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#893063}
2021-06-16 18:13:37 +00:00
..
2021-06-16 18:13:37 +00:00
2021-05-26 23:29:18 +00:00

This directory contains chrome-infra-specific files.