commit | 27cd8de2c14cdd9a2c8d5895948cf2bf2efdf86d | [log] [tgz] |
---|---|---|
author | Keyong Han <keyonghan@google.com> | Fri May 05 20:56:47 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 05 20:56:47 2023 +0000 |
tree | 29af212be7bdb5d8baf6b1887e26f9814181b99a | |
parent | 94c4bb4dd1ffd6b9636e0af8d032eef1922720b4 [diff] |
Switch to osx_sdk module for devicelab recipes Now both host only and devicelab tasks are sharing the osx_sdk module. LEDs for devicelab tasks: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/320aaf2535e8e7d1043dcf63114e6b74415c256e8e704f4db919ea8066b7c91d/+/build.proto https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/7f26a182cc96efb9267d747e36a1d661e894a8f9bdf731f59c62447e4788c0b4/+/build.proto LED for a host only task: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/d68ec2aec87d6782fbd31e82e8f446d4e815b25cd572d8720f69a7afe7e7c17d/+/build.proto Change-Id: I7fd0d9ed2efe2994eb4f64c2affec76b25d2e307 Bug: https://github.com/flutter/flutter/issues/117541 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/43980 Reviewed-by: Ricardo Amador <ricardoamador@google.com> Commit-Queue: 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