Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (fuchsia, recipe_engine) into this repository.

The build that created this CL was
https://ci.chromium.org/b/8707414755261525233

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/ad11eb4889a3963a88ff7838ef0de7fa29532c00~..467aeb041776b1642328c1df536312ef867693cd
  ad11eb4 (gulfem@google.com)
      [rust_toolchain] Fixed a typo in PGO corpus file
  fe44a35 (haowei@google.com)
      [rust_toolchain] Use fixed name for CC and CXX wrappers
  33c609e (haowei@google.com)
      [cipd_tagger] Add package_map option
  afaaf19 (haowei@google.com)
      Revert "[cipd_tagger] Add package_map option"
  ff845cd (haowei@google.com)
      Reapply "[cipd_tagger] Add package_map option"
  caa3349 (michaeladeniyi@google.com)
      [hardware_validator] Added optional swarming server property.
  3e5ad59 (mohrr@google.com)
      [cipd_integration_tagger] Convert to dict
  467aeb0 (mohrr@google.com)
      [cleanup_deps] Ignore "post_check"

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/70a63846cb9fa5a7874392811815a0db33c23f6a~..f301b5a70f1a51ba75c42a4c34f679d98d104eb3
  70a6384 (mohrr@google.com)
      [report] Add duration constant
  f301b5a (mohrr@google.com)
      [post_process] Add checks for tags

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=flutter-infra-notify+luci-recipes@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I607b043dc8532ad834c7f8e1fc6988bbeff09107
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/68540
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: dcd771abacd7ecf8160528d53cec5a2a57da32c0
  1. .vscode/
  2. infra/
  3. recipe_modules/
  4. recipes/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. OWNERS
  11. README.md
  12. recipes.py
README.md

Flutter LUCI Recipes

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.