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>
25 files changed
tree: d98ec5826899ff752bac9a69c17fd52bc45a706d
  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