commit | 5413956843036b763df233b95cb833983e2c2e51 | [log] [tgz] |
---|---|---|
author | Ben Pastene <bpastene@chromium.org> | Wed Jan 24 22:48:41 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 22:48:41 2024 |
tree | 6fd19c3300fc86179b948f5084f7e9d8313d3ea5 | |
parent | d30f49af554ff3d8de470e0345a9ff346311700e [diff] |
Revert "Support skipping successful test suites in chromium_trybot" This reverts commit 4bf1014d44fc1f2683fb20759cde7d0043f2187f. Reason for revert: spec reverting for crbug.com/1521507 Original change's description: > Support skipping successful test suites in chromium_trybot > > The recipe does skip tests like it should now, but does not preserve > the test step to make it obvious the tests are being skipped. Move > the searching for skipped tests logic into chromium_tests so the > targets config handles the skipping logic > > Example Led builds: > chromium_trybot: https://ci.chromium.org/ui/p/chromium/builders/try.shadow/linux-x64-castos/82/overview > orchestrator: https://ci.chromium.org/ui/p/chromium/builders/try.shadow/linux-x64-castos/82/overview > compilator: https://ci.chromium.org/ui/p/chromium/builders/try.shadow/linux-rel-compilator/2335/overview > > > Bug: 1419585 > Change-Id: Iedcf13be7c437768c092afc1f497f0c6cff259ad > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5193756 > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Commit-Queue: Struan Shrimpton <sshrimp@google.com> Bug: 1419585, 1521507 Change-Id: I03fd9f656932c0d567649a30cfcd4f944a508227 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5235377 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Ben Pastene <bpastene@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.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.