commit | bb18d53d0eb4e569b7a77d4adc60fc4dc66bfd03 | [log] [tgz] |
---|---|---|
author | Garrett Beaty <gbeaty@chromium.org> | Mon Jun 26 22:16:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 26 22:16:33 2023 |
tree | bfb3dab26871fb7a06295f34f4a373f7c1b60708 | |
parent | 497e2f36a91b9ab49f9b4f4fca982e60f4e0d9ee [diff] |
Do not generate can_use_on_swarming_builders field. With https://crrev.com/c/4637531, the presence of a swarming dict in the test spec is signal enough to swarm the test and the test spec's can_use_on_swarming_builders value is not used at all. This change stops generating the field into the json files. The field is still valid to include in the the input to the generator script as it provides a means of being able to disable swarming for an individual test and also provides the signal that a test is actually intended to be swarmed rather than just getting a swarming field from a mixin. Bug: 1268499 Change-Id: I092faa4d21ca0db8d544697c69edde6629f12fc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4641488 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@google.com> Cr-Commit-Position: refs/heads/main@{#1162626}
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.