| commit | e3d9cae4cc7a8241346801cb6d188a12e281dbec | [log] [tgz] |
|---|---|---|
| author | Chris Bracken <cbracken@google.com> | Tue Jul 23 15:56:44 2024 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 23 15:56:44 2024 +0000 |
| tree | 4b7cbc658ffe7826fa42b7504b91deb6f0a6907e | |
| parent | c0cea256f13eceafcd08da32aa3f2329767c9e61 [diff] |
[cherry-pick][beta] Fix typo in FLUTTER_P12_PASSWORD value The issue persists on engine post-submit, failure output shows the typo is still present. https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Mac%20engine_release_builder/668/overview The backend task: https://chrome-swarming.appspot.com/task?id=6af72384c6253310&o=true&w=true seems to expect the change on flutter-3.24-candidate.0 ``` "kitchen-checkout": { "cipd": { "server": "chrome-infra-packages.appspot.com", "specs": [ { "package": "flutter/recipe_bundles/flutter.googlesource.com/recipes", "version": "refs/heads/flutter-3.24-candidate.0" } ] } } ``` Fix typo in FLUTTER_P12_PASSWORD value In Xilai's original commit, `FLUTTER_P12_PASSWORD` mapped to `0325_p12password.encrypted` in the secrets dictionary: See: https://flutter.googlesource.com/recipes/+/36cb4b548b820aba17a009a5aa3c08e86ad121ef%5E%21/#F0 However, in our re-application of this change, it was mapped to `0325_p12_password.encrypted`. Note the extra underscore after "p12". This causes a lookup failure during codesigning. https://flutter.googlesource.com/recipes/+/93c8ef9d56bbc4ff7337339f06d4e83fb2f26ba6%5E%21/ This removes the extra underscore. Change-Id: Id2aed56152feef3d94fe1c20be90eca98dcf0b8f Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/58580 Reviewed-by: Christopher Fujino <fujino@google.com> Commit-Queue: Christopher Fujino <fujino@google.com> (cherry picked from commit 6b125b1c7403dd7731c00126e6ce9bf968eae9ed) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/58600 Reviewed-by: Zach Anderson <zra@google.com> Commit-Queue: Zach Anderson <zra@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.