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/8736586982846702833

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/d6cbdacfe8b05e2ea2762ecb1e037382bf91f39e~..c2ce1de2a2e910b8de46e2cd765bb59300b2bfbc
  d6cbdac (olivernewman@google.com)
      [run_postsubmit_tryjobs] Don't include resultdb sub-invocations
  11f0a4e (mohrr@google.com)
      [roll_commit_message] Don't add empty footers
  8013783 (mohrr@google.com)
      [roll_commit_message] Add metadata to Roll objects
  418757b (mohrr@google.com)
      [git_roll_util] Harden get_author_override()
  31dfd11 (phosek@google.com)
      [qemu] Use .vpython3 spec file instead of environment variable
  7364e58 (tmandry@google.com)
      [rust] Double submodule timeout
  1b14599 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  1ace0a3 (danikay@google.com)
      [recipes] Disable packfiles for Android Gerrit
  c2ce1de (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/53decf356b5c55a3593ab99e2ae6e4cc6d0d3f9a
  53decf3 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 0aab06763983 to add042d0e15f

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@grotations.appspotmail.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0d1975bd1166f8a5348e043fbc7f0fd702a3e566
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/60040
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: e550c1c7d60b6ab96b68b72bd3df4c95b04631cd
  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.