commit | 3dda79a5dda02e6e50c00c8f4f48fd36567f47c1 | [log] [tgz] |
---|---|---|
author | Chan Li <chanli@chromium.org> | Tue Jul 16 00:38:09 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 16 00:38:09 2024 |
tree | 93a70d8ce220068124f492417a8dc29cee4c0e33 | |
parent | ee3307d832c60f0ca59a39c0dbb1324cc32ccb2f [diff] |
[build/recipes] Manual roll With https://crrev.com/c/5684167 `-real-build` is removed from led commands. This CL updates the tests after that change. Changelog: depot_tools: https://crrev.com/9b51399218e25f816886ef6c9124e8673751621b [git_cl] Apply OLD_AUTH if new auth flag is off (ayatane@chromium.org) recipe_engine: https://crrev.com/2f482932d6ab16757983ec63d7d7ec143a944d89 [recipe_modules/led] make `-real-build` default (chanli@chromium.org) Bug: 324312802 Change-Id: I5ea819ef5af77ae7c9cdd53394a9bb7eaf7fffa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5693198 Reviewed-by: Ben Pastene <bpastene@chromium.org> Auto-Submit: Chan Li <chanli@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
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.