commit | 1aca02c783dbc95c82c9594f955779cfe9f337d9 | [log] [tgz] |
---|---|---|
author | Ricardo Amador <ricardoamador@google.com> | Thu Jun 08 23:55:16 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 08 23:55:16 2023 +0000 |
tree | 67ccb5762b2cdc0e9dd4b976792da6c00a376382 | |
parent | b56b44f2d62c3857f68ea4ebe19455d07f8d88f8 [diff] |
Refactor Android Emulator Context. Refactored the context in the Android Emulator Module so the conditional is not determined in the module. The callers not use the context directly and the in the case of a conditional as in the devicelab the devicelab recipes uses it within and ExitStack. Android Views test run: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/ricardoamador_google.com/2326fdf809b954e8e12b942126e68b21a2b72c8b40306e621292ec8444544050/+/build.proto Android Defines test run: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/ricardoamador_google.com/d37978ed46e6e5ce9886bfbf227efab446074019b7ab522fd888f4be8394b030/+/build.proto Change-Id: I9179f07a2ff8cd044407a5267bab1003595dffaf Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/45700 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: 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.
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