| commit | d1cfc703d24ec96c6b02a5133a945f07aa43b62e | [log] [tgz] |
|---|---|---|
| author | Alexander Thomas <athom@google.com> | Fri Aug 23 17:27:15 2024 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 23 17:27:15 2024 +0000 |
| tree | e2bdd39580c0a45608a82bd0cc99895a05e9dd77 | |
| parent | 6cc417dd998abff7c8f192f872e5b5459db3628b [diff] |
Remove deprecated uses of the path subscript operator Accessors like api.path['start_dir'] are deprecated. Use a member like api.path.start_dir instead Bug: https://crbug.com/329113288 Change-Id: I5adc09b99af085726726d926635ede0468466b5e Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/59420 Reviewed-by: Christopher Fujino <fujino@google.com> Commit-Queue: Alexander Thomas <athom@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.
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.
Please follow instructions on Contributing docs to set up your development environment.