I added a new recipe for sharding web engine tests.

The design doc is here: go/web-engine-recipe-drones

In this step I'll add a web drone, later I'll add builders for it (to flutter/infra). In the last step I'll change web_engine_recipe to call these shards with built web engine.

These changes should solved the infra failures (timeouts) happening quite often on Web builders.

Example shard runs:
Felt licences: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/nurhan_google.com/4d3a9e5cdf82bb21bc52eecffbe3c3cd8259ca71a2589f7f787c020890ae6dcd/+/annotations
Felt chrome unit tests windows: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/nurhan_google.com/22daa09760618243b78a9804cc04f0060628eb63a6750969968c6aeffdaff2d6/+/annotations
Felt chrome integration tests linux: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/nurhan_google.com/a87012516c186086e5fa53cac3be1f0772c11e208004ec0f3a82e528e5d9a6af/+/annotations

Change-Id: I6ee053e02a40207f47bcdabef120163765262ccb
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/8980
Commit-Queue: Nurhan Turgut <nurhan@google.com>
Reviewed-by: Christopher Fujino <fujino@google.com>
21 files changed
tree: 73e6778f66a6d9a5c0b09842fe29ef2922f13839
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. branch_recipes.py
  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 on GitHub. Actual builds can be seen at ci.chromium.org.

Config

Tricium configurations recipes repo.

Recipe Branching for Releases

The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:

$ ./branch_recipes.py --help