commit | a0973f46d16b7a70465ea35986bacff17f0ae700 | [log] [tgz] |
---|---|---|
author | Struan Shrimpton <sshrimp@google.com> | Mon May 15 17:01:48 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 15 17:01:48 2023 |
tree | 31eb5e6461ddebef22b9429e1ae697c13d442bbc | |
parent | 693a05985c828fefb1f1376a1549e9f66fc47144 [diff] |
Add link to RTS in the recipe failure summary Bug: 1444676 Change-Id: Iae414f5d1f760f608b239a09cae092df0eee7279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4534017 Commit-Queue: Struan Shrimpton <sshrimp@google.com> Reviewed-by: Ben Pastene <bpastene@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; that is, the Chromium Python style. 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.