commit | 225e9369005135234ec679036013a677d461424b | [log] [tgz] |
---|---|---|
author | Jesse Seales <jseales@google.com> | Mon Mar 13 21:27:30 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 13 21:27:30 2023 +0000 |
tree | 1873514451ea016a30da4939dbd65c0c367a1aa9 | |
parent | 21a06905faf6f628d054f7efadbe583be0d02ed8 [diff] |
use dry run in testing Add push ref to the recipe to complete the release workflow. The release recipe didn't include the push ref to release channel which is necessary in order to end the conductor flow Led run: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/jseales_google.com/fe1e96b7a0b5ec8f791d88fbabebb1a721333be7dec4484d01948398bbce97f7/+/build.proto Change-Id: Icf9d0d42a9b42220712d585077a9030d80c8ed5a Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/40183 Commit-Queue: Jesse Seales <jseales@google.com> Reviewed-by: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Christopher Fujino <fujino@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