commit | c31b001656fd60a23d187cb39c57bf8454136f5b | [log] [tgz] |
---|---|---|
author | Keyong Han <keyonghan@google.com> | Tue May 16 17:20:01 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 16 17:20:01 2023 +0000 |
tree | d3b5c695a0f1507c055e58077118cbee9feecec5 | |
parent | 946ea9d1e9ad4c5c16111aa511cd77405d364da8 [diff] |
Cleans up devicelab osx sdk module Follow up of https://flutter-review.googlesource.com/c/recipes/+/43980 to remove the devicelab_osx_sdk module. Tree has been green for hours after the switch over. Change-Id: I8bc89bb286e9f028922ac0e4aad4e315032a3c18 Bug: https://github.com/flutter/flutter/issues/117541 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44001 Reviewed-by: Ricardo Amador <ricardoamador@google.com> Commit-Queue: Keyong Han <keyonghan@google.com> (cherry picked from commit 50a1cd0e3f5b0bdccaef52a144edbbfc88109f4e) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44604 Reviewed-by: Xilai Zhang <xilaizhang@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