commit | 65b7d36da7981185aa2429b52ad8d4c47b5c0c59 | [log] [tgz] |
---|---|---|
author | Garrett Beaty <gbeaty@chromium.org> | Tue Oct 01 16:21:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 01 16:21:42 2024 |
tree | 4030002d25d5314c68c92ab989f9dd9453f2878b | |
parent | dbb8a9a9cb479fb5209de6fe696788e107fa8a58 [diff] |
Update order variant details are applied to tests. Details specified by variants and their mixins get applied before anything else in generate_buildbot_json.py. This doesn't match the model of starlark where bundles modify expansions produced by the bundles it contains, so variants in a matrix compound suite would be applied after details in a basic suite. This updates the application of variants so that the variant details and its mixins are applied after applying the mixins specified on a test in a basic suite. Bug: 40258588 Change-Id: I9443032631f3611cb2c2d5f9986fc2b9af18829c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5900836 Commit-Queue: Garrett Beaty <gbeaty@google.com> Reviewed-by: Struan Shrimpton <sshrimp@google.com> Cr-Commit-Position: refs/heads/main@{#1362484}
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.