Change the android_virtual_device_version to the name of the proto config file.

Expose the avd_cipd_version so that developers can update the package when they need to through the config to avoid recipe changes.

After the refactor with an integer value as the version:
Linux production engine drone: https://ci.chromium.org/ui/p/flutter/builders/prod.shadow/Linux%20Production%20Engine%20Drone/83/overview

After the refactor with the proto config as the version:
Linux pixel 7pro android defines test:
https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/ricardoamador_google.com/1560bbe430644e7f2e69ccdce4375e962284cb129e3e5a05a13cec048bc04063/+/build.proto?server=chromium-swarm.appspot.com

https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/ricardoamador_google.com/3b990bab3ecc1d4b00a2d9a6d32fa8741b36b9c19f3e962253eafb2abf66d073/+/build.proto?server=chromium-swarm.appspot.com

These tests also do not specify the avd_cipd_version as that is defaulted so this should be fine to land now.

Change-Id: Ie23010ada467539c7c8397ee7b0a83f36a69d1e8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54481
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Ricardo Amador <ricardoamador@google.com>
Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>
Reviewed-by: Keyong Han <keyonghan@google.com>
21 files changed
tree: 2a0da78c4ef15f4392f66fad1c809875ee45447e
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.