commit | 83abe0c1f3d4a61f833f93298b2900411fbbf50e | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Wed Nov 27 06:30:09 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 06:30:09 2024 |
tree | 388b0da8045062e25f7bf824ab0de7b821003ceb | |
parent | fc71b5e3e31f7e38004b176b23214924a2fe781c [diff] |
Enable network for Crossbench End2End Android step This will allow experimenting with a live network e2e speedometer test. That might prove to be too flaky (think captchas and GDPR prompts), but if so we can revert. Bug: 379062726 Change-Id: I895c6e18a9c1f0758c12ce62ca48d54494b63917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6048969 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by: Camillo Bruni <cbruni@chromium.org> Auto-Submit: Victor Vianna <victorvianna@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. 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.