Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (fuchsia, recipe_engine) into this repository.

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

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/dd5bb98724e452fa48c6181a38d6f48eda32267d~..e28479ed2d0784b5160181c9fce973dd82deb9ad
  dd5bb98 (olivernewman@google.com)
      [build] Add a test case for skip_unaffected_tests
  aa72b6e (olivernewman@google.com)
      [testsharder] Log input files
  5506143 (phosek@google.com)
      [clang_toolchain] Stop building runtimes separately for Apple S...
  21843ed (olivernewman@google.com)
      [build] Inline postprocess_build function
  0c7ce2b (olivernewman@google.com)
      [testsharder] Delete `mode` arg
  a20f778 (atyfto@google.com)
      [cipd_roller] Add prototype CIPD ensure file roller
  e28479e (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/e3cd9ebd631fa88e0d6ecb9920ba0b6ed42a1325
  e3cd9eb (kuanhuang@chromium.org)
      Add recipes API swarming.show_request(name, task) -> TaskRequest

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: Ib1789157b832fe2ebe03cd9c0267cbddfd18ea26
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/30380
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: 14efa992f1ceb8835bad24aeae602052c0f33af5
  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