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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c333c3424e17cbac765ccda5ab84888742dfa56c~..1344a3c9989dfe11d7dbe2a994d50a211ac23301
  c333c34 (sokcevic@chromium.org)
      Drop pylint-1.5
  37f499d (gbeaty@chromium.org)
      Default to an empty footers dict instead of None.
  13878e1 (jeffyoon@google.com)
      [depot_tools] Roll dirmd
  1344a3c (linxinan@google.com)
      Add global 300s global timeout for Gerrit API calls

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/d6931c345b97f3f1412ef1854f9ce5092d69d7cf~..43175713b38e7922fc2c83cf0ebba9be4a9c664c
  d6931c3 (andresvi@google.com)
      [testsharder] Remove backwards compatibility code.
  ac00e4d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  0d1660c (catduncan@google.com)
      [aemu_downloader] remove starnix artifact target
  af47a8c (olivernewman@google.com)
      [update_test_durations] Use separate input/output dirs
  0a09153 (phosek@google.com)
      [clang_ml_training] Run AOT compiler in the container
  4317571 (phosek@google.com)
      [qemu] Strip whitespace from version string

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/52a5a6213721dd87f3b7213c4e2d5d32aa7daa3a
  52a5a62 (iannucci@chromium.org)
      Set py3_only for recipe-engine.

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=flutter-infra@grotations.appspotmail.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iaa004932af52dd8adcfc76061cb8ab7f984ed514
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/43760
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: 2c725f65f877462af709fa4fc1ee8db9ef6373d5
  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