Allow a list of builds to filter for retry

This change allows a flag which is expected to be a space-delimited string of targets which will provide as a filter. Only builds provided in the filter will be executed. This change is in order to provide more fine-grained control to the release workflow so that failed builds can be specified and retried without all builds needing to be retried.

Design doc for reference: https://docs.google.com/document/d/1ztQZuMoqXe9UouH5RAmi1ybOzOjjUkcg_kOEXZtrBnM/edit?resourcekey=0-ZEKy1ACEXCF2Ta0s3al_mA

Change-Id: I8c537ad9a98c7f17dbd58bb00664ea3c8cc4f62a
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/50441
Reviewed-by: Casey Hillers <chillers@google.com>
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Jesse Seales <jseales@google.com>
Reviewed-by: Drew Roen <drewroen@google.com>
3 files changed
tree: 30b089fbbba993f3c894b351e0f2ae55ab3baea0
  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.