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) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5ce78e1a3f41ff81dcd370b21450b203b52f39f6~..028f4615ada9f4de58d5edbce5791e949ae220ca
  5ce78e1 (chanli@chromium.org)
      Roll dirmd
  f560d36 (sokcevic@google.com)
      Let user know when depot_tools is being updated.
  8fa42e2 (brucedawson@chromium.org)
      Improve git cl presubmit --all output
  028f461 (brucedawson@chromium.org)
      Fix CheckDirMetadataFormat for Windows command limits

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/74a39564226aa4b2ff4e6759ade92154713614e3~..fd26a3e2660d0cc2bbeff9ccc5cd9fe73d3e6b59
  74a3956 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  62a060d (olivernewman@google.com)
      [build] Move out compdb filtering logic
  5760e93 (olivernewman@google.com)
      [build] Delete stale test case
  8fd199a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  199419f (jessicacgu@google.com)
      [fxt] Add test links to appear in the launch step.
  ba3870e (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  06fc543 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  fd26a3e (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest

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: I51d68ffc09a1171570d3e72674176ed0dd681a03
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/28462
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: c6ac9b3b01496a8e69478f0f0927b2e53405ad12
  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