commit | 3f1200c11bf49d8c0e220114f9937367dd76be59 | [log] [tgz] |
---|---|---|
author | Struan Shrimpton <sshrimp@google.com> | Tue Jun 04 20:41:38 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 04 20:41:38 2024 |
tree | 36b3cc813674e33458b73d4ab0fb9e21a383cc9f | |
parent | 3498227c1e6dc7eaab5090072ce336cdf8bcdb92 [diff] |
utr: make reused runs not idempotent If a user is trying to rerun using the same cas input they likely don't want to dedupe the swarming task so mark it a not idempotent to ensure it runs. Bug: 41492686 Change-Id: Ica4c32e40036f322a3387c3796a74f6ae5501fbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5598658 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.