commit | ea72a7e970abd0572f5836267123f8f12b337476 | [log] [tgz] |
---|---|---|
author | Oliver Newman <olivernewman@google.com> | Tue Nov 09 00:58:34 2021 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 09 00:58:34 2021 +0000 |
tree | 45f1eb38b44a9fa9aa4d87e6d3f2d9ea08f82f14 | |
parent | 9c98ae2a543c82e9995f30db7c2291b1c2ca9e58 [diff] |
[python3] Mark all recipes as py3-compatible Most fixes involved: - Replacing `raw_io.output()` with `raw_io.output_text()` - Avoiding multi-line statements that would appear in stack traces in expectation files, since stack traces differ between Python 2 and Python 3 in terms of their handling of multi-line statements. - Avoiding deleted language features like `dict.has_key()`. Change-Id: Ia57067f81d70e9ae6aa60b6d818efd7eb4f34def Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/18521 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Rob Mohr <mohrr@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