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>
4 files changed
tree: 388b0da8045062e25f7bf824ab0de7b821003ceb
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. PRESUBMIT_test.py
  16. README.md
README.md

Recipes

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.

Style

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.