Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (build, chromiumos_proto, depot_tools, infra) into this repository.

build:
  https://crrev.com/ce11b76ebe71d0a7bd41e5c45f4614b467ac0724 (tikuta@chromium.org)
    third_party: remove unused packages
  https://crrev.com/d4dbf60a8f48b1ffe483865b6d0d1acc6f54a195 (tikuta@chromium.org)
    chromium: remove unused args from mb_isolate_everything
  https://crrev.com/fd928820620dff8989e853accc54b1d61657f236 (tikuta@chromium.org)
    chromium: remove target_arch from GYP_DEFINES
  https://crrev.com/168c0a6f31140c4e446a6b8db556a82e47c00b8e (liaoyuke@chromium.org)
    Lacros: set Chromeos platform for code search builders
  https://crrev.com/7d0b7506d14904ea0f5cee96572bad414d3b3dc0 (adoneria@google.com)
    Updater: Switch mac 10.13 builders to mirror mac10.15 builders.
  https://crrev.com/ed7c8f11e06da37bb8a0dcb6a1e3e5fdb53274fb (martiniss@chromium.org)
    Set task output stdout to 'none'
chromiumos_proto:
  https://crrev.com/023dfd74cecea9b3d929955b847c8cb592855232 (lamontjones@chromium.org)
    firmware: add FirmwareArtifactInfo proto
depot_tools:
  https://crrev.com/fa32fc9cc931647af5942529b586dcb7e3bec6f1 (hnakashima@chromium.org)
    Revert "[recipe_modules/depot_tools] Add dirmd_path to api"
infra:
  https://crrev.com/a815110cebb173af3594be3d56b7972eadf3cdd1 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll chromiumos/config from 1b80392306a4 to 82f4b0b3608b (1 revision)
  https://crrev.com/b8687e77788b36e335645248858f71d9dddc6d36 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll luci-go from e64891ffaf8d to ca65e67ac95f (1 revision)
  https://crrev.com/d45a6a302da38dddc4b68ddc1a8534f1cc328c5f (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll chromiumos/infra/proto from 977ece633888 to 023dfd74cece (1 revision)
  https://crrev.com/6217fa58f68ccf887a07f6d3544ef357e7b768fd (otabek@google.com)
    Reland "skylab: Add servo-verification as deploymnet action"
  https://crrev.com/8811b82233df02ee372cae1e19e379ca8c6a2776 (zhaoyangli@chromium.org)
    [mac_toolchain] Reinstall corrupted Xcode package
  https://crrev.com/e68436ec0300b9edec7f5e46b658cfc5243caa7c (eshwarn@google.com)
    UFS: CreateCachingService implementation
  https://crrev.com/56da18348b35f672646594fff1a6397121018032 (eshwarn@google.com)
    UFS: UpdateCachingService implementation
  https://crrev.com/6ad2a07eb6593c7ccd043a2770d12cf4a96d7b0c (pprabhu@chromium.org)
    phosphorus: Fix crash in botcache when no labels are set
  https://crrev.com/d81d21710ce7b872510be382b784d296ed994e0f (ddoman@chromium.org)
    [buildbucket] disable memcached for Build{,OutputProperties,Steps}
  https://crrev.com/95dd2e390de0abfed77d8659cc284c53a3f2864a (eshwarn@google.com)
    UFS: Get/DeleteCachingservice implementation
  https://crrev.com/82372153cda3ebf8c5a5e87aa950b853285bb401 (pprabhu@chromium.org)
    phosphorus: Alway invoke provision TLS methods
  https://crrev.com/b7a0302f515e9a340eb13b09708928adb62bbde8 (eshwarn@google.com)
    UFS: ListCachingServices implementation
  https://crrev.com/9442395e6a746caa9596dd794111864b9821f546 (tandrii@google.com)
    Revert "[go] Use patched of GoConvey's assertions to compare protobufs."
  https://crrev.com/bb278509dc9c3e0799fc4ac4ece1365b84d7262a (eshwarn@google.com)
    shivas: add cachingservice cmd
  https://crrev.com/3df68bc54f7314054e0ba22d9b46914b13085fef (eshwarn@google.com)
    shivas: update cachingservice cmd
  https://crrev.com/5ae4147a2a1d3537f9681d5439776c482d618305 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll luci-go from ca65e67ac95f to b6ca40902b34 (1 revision)

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

TBR=keyonghan@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I22fed112984ac085f35c3cc71064f4a1f7f2b1c7
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/10440
Reviewed-by: 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: e16700098ff6b943204cce8ab3f4f70df9d9c339
  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 on GitHub. Actual builds can be seen at ci.chromium.org.

Config

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