| commit | d088c00cde2997780f9686bc3378392ddf20a3c2 | [log] [tgz] |
|---|---|---|
| author | William Hesse <whesse@google.com> | Wed Apr 12 22:16:29 2023 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 12 22:16:29 2023 +0000 |
| tree | 66d420532c5a5a3e6b3fa185eb38eccabec28af2 | |
| parent | 30805cd364af49f3fe63f1e1e69942b40d0ab19b [diff] |
[monorepo] Enable tryjob runs for engine_v2 monorepo builds An engine_v2 try build with no gitilesCommit property, but with a gerritChanges property, will run against monorepo refs/heads/main. Creates a new recipe module called monorepo, with utility methods specific to monorepo builds and test data. Bug: b/251733652 Change-Id: I44743e3ed8fe50d05003cd856f67ac775285a76e Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/35920 Reviewed-by: Godofredo Contreras <godofredoc@google.com> (cherry picked from commit 7c00b89f401dea6e1c6c5b88419695fb2ce62996) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/41711 Reviewed-by: Xilai Zhang <xilaizhang@google.com> Reviewed-by: Ricardo Amador <ricardoamador@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