commit | 4092e52ee6f0f259f295d727314ad77cd2676f61 | [log] [tgz] |
---|---|---|
author | Ricardo Amador <ricardoamador@google.com> | Thu Jun 08 02:55:25 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 08 02:55:25 2023 +0000 |
tree | 4bf4b0341eaffc8b5557e6bc44dc340b2eb29191 | |
parent | 6efe6826a77f3fa8ba7681d16890362d4fb59f31 [diff] |
Add a new context for android emulators usage. Here is a completed run using the context with devicelab drone: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/ricardoamador_google.com/661ab5c8ced5264673f92b0c244c713ad2b68eec87fb6fc563a6480c1057e6b4/+/build.proto And here is another one for Android Views which does not yet utilize the context. https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/ricardoamador_google.com/554f87ffcd4e0893f0ba9023b0871b2eec8f956fdc390486b25a548e0d902d27/+/build.proto Working context for emulators Change-Id: I4b947ff7040b1f70e72513661ebd957088bad40c Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/45560 Reviewed-by: Yusuf Mohsinally <mohsinally@google.com> Reviewed-by: Godofredo Contreras <godofredoc@google.com> Commit-Queue: Ricardo Amador <ricardoamador@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