commit | 1c20dba8b33cdd08b13e3cae04239a070f519c58 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Wed Mar 01 19:31:36 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 01 19:31:36 2023 +0000 |
tree | e21cd9383632e5ac9bff5f8812cbd107b4733a26 | |
parent | e849d23bf4889e3908a060d0ffe64c39c0d5312c [diff] |
Add logs collecting capabilities to packages recipe. This change is adding a new environment variable pointing to a temporary folder that is automatically uploaded to GCS. This can be used to collect screenshots, video, stacktraces, etc. Bug: https://github.com/flutter/flutter/issues/121535 Bug: https://github.com/flutter/flutter/issues/74344 Change-Id: I81d59b358298e8de41b0d7dfd3969ab555eedc9b Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/39703 Reviewed-by: Jenn Magder <magder@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