Roll recipe dependencies (trivial).

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

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8b64ddec2a54503ca802a545cd19ca368ab27448~..54e30e704363e80a20bff934c6bf1f9d1f706d1c
  8b64dde (sokcevic@google.com)
      Remove unused functionality in bot_update.py
  274ada0 (sokcevic@google.com)
      Reland "Use py3 in gitiles recipe module"
  a59e9ea (sokcevic@google.com)
      Revert "Remove unused functionality in bot_update.py"
  b6a0b58 (sokcevic@google.com)
      Add iannucci to depot_tools owners
  e8f9bdc (agrieve@google.com)
      Fix "gclient sync" not recursing nested repo set as @unmanaged...
  ff8a62f (bryner@google.com)
      git 2.35.1.chromium.7 to depot_tools stable.
  c49a733 (agrieve@chromium.org)
      Add gerrit_change_review_url to tryserver/api.py
  54e30e7 (sokcevic@google.com)
      Add instructions how to bypass nokeycheck

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/17bebfde9bf09a362b221f3d5979282fd06faec2~..e86cfb3433e3749bd1d562088df4c47211c05697
  17bebfd (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  5c40f53 (atyfto@google.com)
      [jiri] Remove cherrypick option from jiri patch
  4dff10b (atyfto@google.com)
      [fuchsia/build] Stop passing on exceptions for CIPD uploads
  4a1835f (atyfto@google.com)
      [sdk] Upload SDK to CAS in try
  e60735f (atyfto@google.com)
      [cl_util] Rename to presubmit_util
  be5d25c (yupingz@google.com)
      Rename cipd snapshot files to cipd
  34d3ea4 (yupingz@google.com)
      [code-search-superproject] update .gitmodules location
  959a941 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  967a574 (olivernewman@google.com)
      [sdk] Use sdk_archives.json to determine files to upload
  e811dc1 (yupingz@google.com)
      Update .gitmodules to ../.gitmodules
  bbdc40e (haowei@google.com)
      [llvm] Fix llvm builders
  19bca9d (olivernewman@google.com)
      [tricium] Add support for running staticlints
  eb4a8fe (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  7da866b (phosek@google.com)
      [clang_toolchain] Provide explicit flag to control package upload
  bcf1ed2 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  3bf181c (phosek@google.com)
      [clang_toolchain] Drop AMD64=ON flag from zlib build
  ed71548 (olivernewman@google.com)
      [build] Don't reference built_targets fint build artifacts field
  a5e1a23 (phosek@google.com)
      [clang_toolchain] Use target_platform for ML model
  76350b9 (phosek@google.com)
      [clang_ml_training] Generate model for all arm64 platforms
  ad22994 (atyfto@google.com)
      [fuchsia/build] Upload assembly artifacts to CAS in try
  9826b27 (phosek@google.com)
      [clang_ml_training] Copy xla_aot_runtime_src directory into model
  cddd164 (olivernewman@google.com)
      [build] Remove remaining references to built_targets field
  c325638 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  d7cac38 (haowei@google.com)
      [llvm] Update sysroot of llvm recipe.
  ed0c30d (olivernewman@google.com)
      [fint] Delete built_targets build artifacts field
  8630bbb (chcl@google.com)
      Revert "[roll] Update tools to latest"
  dbd5c0b (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  e86cfb3 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/e662254992ccd69a1089660b5de6048fe1811550~..b262ba1eaca11481354042112f7c780a3176388a
  e662254 (bryner@google.com)
      infra/tools/protoc does not exist for mac-arm64, use amd64 inst...
  b262ba1 (iannucci@chromium.org)
      [time] Improve time module to work with gevent.

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=godofredoc@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I1fa9a3d4743bedd114e9270ec85ac02f8bdc9fc8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/26780
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: 6d07886c8593e3fc93d322a8521c0c22b75ed10c
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. branch_recipes.py
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Actual builds can be seen at ci.chromium.org.

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.

Configuration

Tricium configurations recipes repo.

Recipe Branching for Releases

The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:

$ ./branch_recipes.py --help