Reland "Do not clean gclient caches on Web Engine builds."

This reverts commit 1e646f36d9684c825ff8876ff2791b16146a6968.

Reason for revert: the gclient_property format has been fixed.

Original change's description:
> Revert "Do not clean gclient caches on Web Engine builds."
>
> This reverts commit c12f103385cf03956810611270c62d487eac0d68.
>
> Reason for revert: gclient_vars are not being passed correctly from .ci_yaml.
>
> Original change's description:
> > Do not clean gclient caches on Web Engine builds.
> >
> > The Web Engine recipe was always cleaning up the source code caches
> > adding 6+ minutes to the execution time.
> >
> > Bug: https://github.com/flutter/flutter/issues/114656
> > Change-Id: Ie271ae4c2178142f217c52b684380d6b8a045526
> > Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/35661
> > Commit-Queue: Godofredo Contreras <godofredoc@google.com>
> > Reviewed-by: Zach Anderson <zra@google.com>
>
> TBR=zra@google.com,godofredoc@google.com,flutter-scoped@luci-project-accounts.iam.gserviceaccount.com,jacksongardner@google.com
>
> Change-Id: I2a6f5330c6653eefd6e34dcafbf6a827dbef3660
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: https://github.com/flutter/flutter/issues/114656
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/35740
> Reviewed-by: Godofredo Contreras <godofredoc@google.com>
> Commit-Queue: Godofredo Contreras <godofredoc@google.com>
> Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>

# Not skipping CQ checks because this is a reland.

Bug: https://github.com/flutter/flutter/issues/114656
Change-Id: I48625baf87056cda092552c98644047ae23f4ef2
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/35741
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
Reviewed-by: Ricardo Amador <ricardoamador@google.com>
69 files changed
tree: 1f8a144bbd6795c25c30e411fe74ce9c4b1ec90b
  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