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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/544594e0b2760e2ded229d6b06782f01d82b0a6c~..810598d1f3725bd5e4b833a2135e4534812718e1
  544594e (akhoroshilov@brave.com)
      Reland "Make depot_tools scripts return exit codes properly on...
  810598d (aravindvasudev@google.com)
      Add protocol_override entry to .gclient

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/9fccb4b874286f7b664506b22ba1c75ca65c028e~..184b02f8ba900695d9db37edc4c2e92461cfcb82
  9fccb4b (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  d024338 (atyfto@google.com)
      [presubmit_util] Simplify package overrides schema
  ced9bd4 (olivernewman@google.com)
      [rbe] Update log.proto
  3e1463e (joshuaseaton@google.com)
      [ovmf] Delete ovmf recipe
  e81cb34 (rudymathu@google.com)
      [recipes] Capture download manifest from botanist
  184b02f (olivernewman@google.com)
      [rbe] Use logdump from the checkout

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: I42a3f53da25aadc67237e41836bf622f23e16f74
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/31161
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: 242b3588d36771bf924745c298b97fb6ad68f558
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. LICENSE
  8. OWNERS
  9. README.md
  10. 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.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial