Add the ability to tag and push the release on flutter/engine

Successful led run https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/jseales_google.com/8c51816678ae4557124f97f2d281be73bd6116584634ac61016853eaf2f3d4c4/+/build.proto

Bug: b/276338718
Change-Id: Ic7826a101bf4662ff77b99793a137d295b975ee5
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/41420
Reviewed-by: Casey Hillers <chillers@google.com>
Commit-Queue: Jesse Seales <jseales@google.com>
10 files changed
tree: 7ddecfdeaf6ec47d495c919746ea6f770589bd23
  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