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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a9c548efd6321696a63508c63fcd66ec7d59f536~..10898d51d1cde7566de77341af231c0141c7aecb
  a9c548e (ukai@google.com)
      Roll out goma client VERSION=244
  c4b1b77 (brucedawson@chromium.org)
      Prevent path-pollution from vpython3.bat
  10898d5 (yannic@engflow.com)
      [autoninja] Respect user-provided AUTONINJA_BUILD_ID

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/b4f3609f8a53ebfeebde2acad4340bab35c1dd24~..b09de3c2ff6f6764725ec200f6c5fe61ecfdc990
  b4f3609 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  be86e78 (yupingz@google.com)
      Fix gerrit project to be superproject
  9d0594d (yupingz@google.com)
      Fix gerrit project in fuchsia_roller attemp_roll.
  9f89211 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  2595727 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  b09de3c (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/d3504b51065cbebc4e41c9195943d91023cf6f12~..9e3ca47425a6ef34c5492742655399d65f151676
  d3504b5 (mohrr@google.com)
      [path] Add __lt__ to Path
  9e3ca47 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from a0672c27eaaa to 5fa853f88d79

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

R=keyonghan@google.com

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