commit | 31fa9219a426e963d15cee07aec914f2eb838770 | [log] [tgz] |
---|---|---|
author | Struan Shrimpton <sshrimp@google.com> | Fri Apr 18 20:51:00 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 18 20:51:00 2025 |
tree | 64716ca365c2142e8c71c2f73aa375a9e142f8d3 | |
parent | d6767f03c73e0b5eb3d148e97635128301291e73 [diff] |
utr: fix custom dimensions and use equals sign Only split on the first = to get the correct swarming dimension value. Bug: 408495883 Change-Id: Ib3390a72f3be993d0856d741a99fb2bc96f89f68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6472271 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. 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.