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.