commit | bf5892902c939449fd00629493471c7ea532b8be | [log] [tgz] |
---|---|---|
author | Garrett Beaty <gbeaty@chromium.org> | Tue Mar 25 19:27:23 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 25 19:27:23 2025 |
tree | 5b12989d059556d43df8d3f5b4b52fce78fc6698 | |
parent | 75ddc4fff1e513e34125096cd0c8a79b58b7108c [diff] |
Remove the arm_v6_builder_rel chromium config. The config was only referenced by a single builder spec for a non-existent builder, which was removed in https://crrev.com/i/8138608. Change-Id: Ifffaed6432dab54f2398480da7700e7d569ea1ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6393475 Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Auto-Submit: Garrett Beaty <gbeaty@google.com> Commit-Queue: Garrett Beaty <gbeaty@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.