| commit | bb55927368f1816350fab591a355dcf0c8d916fe | [log] [tgz] |
|---|---|---|
| author | Oliver Newman <olivernewman@google.com> | Tue Nov 09 16:54:12 2021 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 09 16:54:12 2021 +0000 |
| tree | 06537a5ba2bf749ad10b9076ae50f0ddaa358d8a | |
| parent | ea67be4c0631bb79a84a3a69da09814ecd74e2df [diff] |
Remove PYTHON_VERSION_COMPATIBILITY from api.py files PYTHON_VERSION_COMPATIBILITY must be set in __init__.py, not api.py. These modules already have it set in __init__.py, so we should delete it from api.py. https://chromium.googlesource.com/infra/luci/recipes-py/+/refs/heads/main/doc/user_guide.md#indicating-per_module_per_recipe-compatibility Change-Id: I9c77ed480a1ebe5af6097199213ca78ef422aef5 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/19980 Reviewed-by: Godofredo Contreras <godofredoc@google.com> Commit-Queue: Godofredo Contreras <godofredoc@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.
The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:
$ ./branch_recipes.py --help