Revert "Cleanup web engine recipes."

This reverts commit 7c10996dac7fb27a5de9911d1df03dfe53efa292.

Reason for revert: Web Engine presubmits failing to copy /libcxx/test/std/pstl',

Original change's description:
> Cleanup web engine recipes.
>
> This is paying some technical debt in the web engine recipes and
> improving the usability of the builds UI.
>
> The list of changes included here:
>   * Remove fuchsia_ctl recipe not used anymore.
>   * Migrate web engine recipes to shard_util_v2
>   * Remove adhoc gn/build methods and use api.build_util instead
>   * Remove non required contexts to improve readability of the code.
>
> A few benefits of these changes:
>
>   * A few minutes will be saved on the execution time
>   * Now it is possible to test drone changes with led with no additional
>     steps
>   * UI is now presenting sub-builds with proper names.
>
> Bug: https://github.com/flutter/flutter/issues/114943
> Change-Id: I8c72557b15fa38d478a82978cb2c76f4b29422b8
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/35860
> Commit-Queue: Godofredo Contreras <godofredoc@google.com>
> Reviewed-by: Jackson Gardner <jacksongardner@google.com>

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

Change-Id: I2dece72dd199c57d44b4f3d38c2645d65d7b322d
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/flutter/flutter/issues/114943
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/35964
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
25 files changed
tree: b727b452b7f27a602a544ba9874d64eaf6733176
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. LICENSE
  8. OWNERS
  9. README.md
  10. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Actual builds can be seen at ci.chromium.org.

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.

Configuration

Tricium configurations recipes repo.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial