commit | 7927d228dab42ad2529f4323f76207a75937b517 | [log] [tgz] |
---|---|---|
author | Jesse Seales <jseales@google.com> | Fri Sep 01 18:13:45 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 01 18:13:45 2023 +0000 |
tree | 30b089fbbba993f3c894b351e0f2ae55ab3baea0 | |
parent | 877624b2e35176de98e0db9cbdcdbd324d58036f [diff] |
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>
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.
Please follow instructions on Contributing docs to set up your development environment.