commit | a5b0d1737031d6755c09fef98a2b8a83042694d6 | [log] [tgz] |
---|---|---|
author | Jesse Seales <jseales@google.com> | Thu Jun 15 19:06:57 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 15 19:06:57 2023 +0000 |
tree | ae530ae82d176981c1f7f2cbc6e86ba1eed28ab3 | |
parent | c67a655b3842339a519e8569986c0d2d453348a6 [diff] |
Assert valid tag and release_channel combo in release MPA workflow. In order to add an additional layer of validation, this change adds a regex match to ensure that for each release channel (i.e.g 'stable' or 'beta') there is a tag which is formatted appropriately. After an issue of a tag malformed for the release channel on which it was pushed, this change will make the release workflow fail if the combination is incorrect, and will clearly show the assertion error of the tag not being valid. Github issue link: https://github.com/flutter/flutter/issues/128792 Change-Id: I59b86e4b0db45666dabc29e8ea8196d9ba05660f Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/46000 Reviewed-by: Casey Hillers <chillers@google.com> Commit-Queue: Jesse Seales <jseales@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