Removes `AVD_CIPD_IDENTIFIER`.

This was actually not used in our recipes; `AVD_CIPD_VERSION` is used which is configurable in the Flutter engine builders and the Flutter framework's .ci.yaml, respectively.

Also adds a test and updates the readme. Note that updated instructions for how to update the AVD dependency (as mentioned in the README.md change I made here) will be updated by https://github.com/flutter/flutter/pull/152503.

Also sets `enforce_test_expected_status` configuration to true such that
tests will fail when a test case build status does not match the expected status, e.g. we expect an infra failure but achieve success. Encountered this scenario when writing tests for this PR.

--------- CHANGES: ---------

Update readme

Change-Id: If9e364fa87725a5b08577e3999b002eb22eeb3a5


Add base changes for removing AVD_CIPD_IDENTIFIER

Change-Id: I99ef67230b84add4c8ee071867aa04c4dc0aa471
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/58740
Commit-Queue: Camille Simon <camillesimon@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
5 files changed
tree: 81b166de814552f5d2c94ece5cc04857eb181ff5
  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.