commit | d112131610ad2e37beda5f364e7b3ca7cce7792c | [log] [tgz] |
---|---|---|
author | Xilai Zhang <xilaizhang@google.com> | Thu Dec 14 23:48:48 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 14 23:48:48 2023 +0000 |
tree | 39c2a05fb33d1417ad58d274af5cf71d7b7400da | |
parent | ef90fe909e79fe3ff755f5e77d2a52ff83232de1 [diff] |
use live version of codesign Context: https://github.com/flutter/flutter/issues/138580 Another issue from the code sign post mortem. The request is to use a 'live' version of codesign cipd package instead of a 'latest' version. Personally I thought 'latest' is easier since the packages are auto updated. Casey pointed out that using a 'live' version would help us find the last known good version faster. Added 'live' tags to existing package versions at the tip of the head. followed [CIPD doc](https://g3doc.corp.google.com/company/teams/flutter/infrastructure/luci/cipd.md?cl=head) to add tags Change-Id: Ia570f69f5f038cf2ea4eff9568517fe115494aad Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/53084 Commit-Queue: Xilai Zhang <xilaizhang@google.com> Reviewed-by: Godofredo Contreras <godofredoc@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.
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.
Please follow instructions on Contributing docs to set up your development environment.