Create recipe to call pub package autoroller script from framework

Design doc: http://goto.google.com/flutter-update-packages-autoroller

## Example of recipe creating a PR

LED build: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/fujino_google.com/1b37aff6d2c897f812a9385f3e54b0ab9280e1939a0303954ce762b04120abce/+/build.proto

Generated PR: https://github.com/flutter/flutter/pull/106693

## Example of recipe passing green because packages already at latest

LED build: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/fujino_google.com/e190770e89f00a29685cc4e5465a01a21b6a3fb0b4c4888f43b059e8dcba7c66/+/build.proto

Bug: https://github.com/flutter/flutter/issues/106371
Change-Id: Ifdfafd1724756410992fbf8d50204b797c8f6f62
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/31620
Reviewed-by: Keyong Han <keyonghan@google.com>
Reviewed-by: Casey Hillers <chillers@google.com>
Commit-Queue: Christopher Fujino <fujino@google.com>
12 files changed
tree: b655874e9d87753d991c5679e0c6480f63125cea
  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