commit | 63f9f99e249697beadecb298aa175ad60024951b | [log] [tgz] |
---|---|---|
author | camsim99 <camillesimon90@gmail.com> | Mon Jul 29 23:24:42 2024 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 29 23:24:42 2024 +0000 |
tree | 81b166de814552f5d2c94ece5cc04857eb181ff5 | |
parent | ee6c6a5cec8f3ebbd0a5661ab19a03831a5dc465 [diff] |
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>
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.
Please follow instructions on Contributing docs to set up your development environment.