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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/59e6796cd25bb2fd957d411a23ab33bea36e2732
  59e6796 (ajp@chromium.org)
      Update Source team WATCHLIST entry.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/3aeb7ff223c67ffbcc95e33bf9ad2d94904cf407~..0f1d10437fc59e61ebca5b1315b874cb2a8b416f
  3aeb7ff (atyfto@google.com)
      [build] Simplify size creep errors
  fc59cb6 (atyfto@google.com)
      [build] Move size creep check logic to build module
  b817fd2 (olivernewman@google.com)
      [dart_toolchain] Fix checkout path
  7be0e4a (atyfto@google.com)
      [build] Recommend size rotation for absolute size failures
  54d8b25 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  964753b (olivernewman@google.com)
      [auto_roller] Pass if changed already pushed
  a090ff5 (nmulcahey@google.com)
      [crashpad] Stop rolling lss
  0f1d104 (catduncan@google.com)
      [tools] Convert to proto properties

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/1575b7f6d9d83c08a213bd03acd365220079e1ac
  1575b7f (vadimsh@chromium.org)
      [scheduler] Don't set buildset tag in GitilesTrigger.

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

R=chillers@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I85749c23898494032bd49daee160c989b63fce00
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/24860
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: 7fda2e47a34c09fcd0953b4a2b05c10a3383e2c3
  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