Revert "[flutter] Speed-up `linux_web_engine_test` LUCI build by loading caches in parallel"

This reverts commit 260bcbba69c1d9eec2417de1c273b6f26a95bc6f.

Reason for revert: `Linux linux_web_engine_tests` jobs start failing after this change. https://luci-milo.appspot.com/ui/p/flutter/builders/try/Linux%20linux_web_engine_tests/14912/overview ... https://luci-milo.appspot.com/ui/p/flutter/builders/try/Linux%20linux_web_engine_tests/14919/overview

Failure Link: <LINK TO FAILURE>

Original change's description:
> [flutter] Speed-up `linux_web_engine_test` LUCI build by loading caches in parallel
>
> Google-Bug-Id: 520537519
> Change-Id: Ib894795951b556052568e2268042ad72ea002faa
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/79500
> Reviewed-by: John McDole <codefu@google.com>
> Commit-Queue: Dmitry Grand <dmgr@google.com>

TBR=flutter-scoped@luci-project-accounts.iam.gserviceaccount.com,jacksongardner@google.com,codefu@google.com,dmgr@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I2017f82e648c5ff5bde79c93de7224b1e763df30
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/79540
Commit-Queue: Dmitry Grand <dmgr@google.com>
Reviewed-by: Dmitry Grand <dmgr@google.com>
Reviewed-by: John McDole <codefu@google.com>
4 files changed
tree: 302667799169dad55d7e146ddfe2e3a6875bbdbc
  1. .vscode/
  2. infra/
  3. recipe_modules/
  4. recipes/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. OWNERS
  11. README.md
  12. 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.