commit | d336a11f849bf030dc9b8315d02a5044aa720846 | [log] [tgz] |
---|---|---|
author | Junji Watanabe <jwata@google.com> | Mon May 15 02:19:00 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 15 02:19:00 2023 |
tree | 9d3447ed5366dcb7d68ba48eb9b965df4fa60292 | |
parent | 47e3c879c2cfa9bfbd925d8a1a40f04eb82441b4 [diff] |
[build_perf_developer] search last ended build Buildbucket Search API returns the current build without status filter. http://screen/BiFKFx9G2QSQ6Hp Instead, the recipe wants the last build to make git log range. Bug: b/270902505 Change-Id: Iac25f26181b783428f956c3a8c360180c1520a90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4530258 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Junji Watanabe <jwata@google.com> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Junji Watanabe <jwata@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; 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.