blob: b960adf7302d91366e1aef2a5f3601fa29f20490 [file] [log] [blame] [view] [edit]
# Flutter LUCI Recipes
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure
config, see [flutter/infra](https://flutter.googlesource.com/infra). Builds can
be found in the [Flutter Dashboard](https://flutter-dashboard.appspot.com/).
Supported repositories roll their `.ci.yaml` into flutter/infra, which updates
what properties builds have. For example, [flutter](https://github.com/flutter/flutter/blob/master/.ci.yaml)
config specifies various dependencies the different tests require, which are
then used by the [flutter_deps recipe_module](https://cs.opensource.google/flutter/recipes/+/master:recipe_modules/flutter_deps/api.py)
No modifications to flutter/infra are required to work on the recipes.
## Contributing
Please follow instructions on [Contributing docs](CONTRIBUTING.md) to
set up your development environment.