Roll recipe dependencies (trivial).

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

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

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/6bce07a7bdb512dff856e3865103ab1ed6a7923f~..8b3d5f894525e0e897541c08a2b0820046051169
  6bce07a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  f41e980 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  697de84 (zijunwan@google.com)
      [bad_devices] Enhance statistical runner with recovery status a...
  9a2831d (haowei@google.com)
      [git][git_checkout][llvm] Add flags to cap the max jobs of git...
  49574e1 (carverforbes@google.com)
      Revert "Roll recipe dependencies (trivial)."
  1fa36e4 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  994c939 (jcecil@google.com)
      [static_checks] Remove -output_license_file=false from check-li...
  c9c83e7 (carverforbes@google.com)
      [subbuild] Dynamically query CI bot zones by core count for sha...
  2a62013 (etryzelaar@google.com)
      [crubit] Set up a recipe for building cc_bindings_from_rs
  8068faf (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  f07e91e (carverforbes@google.com)
      [subbuild] Propagate cache_key to subbuild launch for snapshot...
  2fae72d (haowei@google.com)
      [lldb] Build ncurses on mac-arm64
  717a711 (phosek@google.com)
      [llvm] Incorporate salt into CIPD package version
  890ff34 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  c649daf (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  862cd05 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  a569f27 (olivernewman@google.com)
      [gce_disk_manager] Mark steps as infra steps
  ac5bf71 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  7444066 (haowei@google.com)
      [lldb] Disable PtrAuth tests on mac
  29e514b (haowei@google.com)
      [clang][clang_toolchain] Set git fetch max jobs to 8 to avoid t...
  1510146 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  8b3d5f8 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

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: Ib5c87a83d0c36755fa18b50e9eefc8c5c2f0044d
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/82500
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: ea52b7dbf30aedf894edbc75b58968b5172329ab
  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.