commit | 3686b6321472a1279ddd1a840bbd3b11f043fdab | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Wed Apr 26 19:46:07 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 26 19:46:07 2023 +0000 |
tree | 26f1ae4bd79199c5683410ce2773e6cd5f039b7b | |
parent | 73d6110f7dc436fcd460a91a8e72d14bf5ff0f15 [diff] |
Several changes to roll to recipes_py and fuchsia ToT. * Updates to explicitly set the exit status of tests. * Remove dependencies on fuchsia/status_check. * Update recipe testing to use -real-build. * Fixed firebaselab tests. * Fork swarming retry. Bug: https://github.com/flutter/flutter/issues/122891 Change-Id: If99612fc532754f5554360ce59581fffa159d712 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/41241 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Keyong Han <keyonghan@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