commit | f8d37a620bb51f7d943eb8923eb3f23e661b07f0 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Mon Feb 13 19:03:46 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 13 19:03:46 2023 +0000 |
tree | 7109df2238ecdc80a9d70661629bc69a7da51f4a | |
parent | c4e2d8161858763892d18f033c28db7870c227c0 [diff] |
Add logs collection logic to engine v2 recipes. This makes FLUTTER_LOGS_DIR and FLUTTER_TEST_OUTPUTS_DIR env variables available to test scripts. Bug: https://github.com/flutter/flutter/issues/74344 Change-Id: Ibf05b3bbcf91c70fad9d9c08d593d406d797145c Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/39100 Reviewed-by: Yusuf Mohsinally <mohsinally@google.com> Commit-Queue: Godofredo Contreras <godofredoc@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