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>
18 files changed
tree: 4bf4b0341eaffc8b5557e6bc44dc340b2eb29191
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. LICENSE
  8. OWNERS
  9. README.md
  10. recipes.py
README.md

Flutter LUCI Recipes

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.

Configuration

Tricium configurations recipes repo.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial