Revert "Reland - Enable test step log streaming."

This reverts commit 51ff20235ba4ca285b91c66b3db054a2bebdb6ed.

Reason for revert: Retries are now working properly but uploading results to windows is failing.

Original change's description:
> Reland - Enable test step log streaming.
>
> This cl removes the stdout option from test running step to enable log streaming.
>
> Change-Id: Id0fe5486e0ebf5c695720a4e4abcfbcee3ac308b
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54742
> Commit-Queue: Godofredo Contreras <godofredoc@google.com>
> Reviewed-by: Ricardo Amador <ricardoamador@google.com>

TBR=godofredoc@google.com,keyonghan@google.com,flutter-scoped@luci-project-accounts.iam.gserviceaccount.com,ricardoamador@google.com

Change-Id: Id007b3ac25883c4b3e895da26975aa00305d99ea
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54743
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
Reviewed-by: Jonah Williams <jonahwilliams@google.com>
59 files changed
tree: 960a81af77a310ca66ae3258235077cee7234759
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Contributing

Please follow instructions on Contributing docs to set up your development environment.