commit | 237619637b3901b9c4deb059b94825cbbc65f63c | [log] [tgz] |
---|---|---|
author | Christopher Fujino <fujino@google.com> | Tue Jun 28 02:21:13 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 28 02:21:13 2022 +0000 |
tree | b655874e9d87753d991c5679e0c6480f63125cea | |
parent | 9fd98b284990085e1e9861859145025f0069d387 [diff] |
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>
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.
Tricium configurations recipes repo.
Running python recipes.py test train
will execute all of the tests in this repository
Required binary is not found on PATH: cipd
when testing locallyYou need to ensure depot_tools is installed. See Depot Tools Installation Tutorial