commit | c4b0c3e5b856758d938c54ccb6c7aec863fb11ec | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Wed Jun 21 17:50:18 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 21 17:50:18 2023 +0000 |
tree | d46facda4aa40d774cbbeb0c61c4e9c41f018893 | |
parent | bc5cd9e13f35c5a06f2f87f8a425d3861ce4327c [diff] |
Cleanup firebaselab recipe. Some of the functionality was moved to .ci.yaml and we can now remove it from the recipe. Bug: https://github.com/flutter/flutter/issues/129282 Change-Id: Ia3be64086a0fe5e4496fd7f65aa11669e1498d95 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/46320 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Keyong Han <keyonghan@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