Gclient variables support for standalone targets.

This CL:
1) checkouts latest Engine repo for standalone targets
2) injects gclient_variables when not existing in properties

LED run based on linux_benchmark: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/8f70efb341947f72839ce4063b24f475dba5214fdc94392a96c6f3d1e885f98e/+/build.proto?server=chromium-swarm.appspot.com

Change-Id: I385e230af18528cb70c216ee6b30f03860552911
Bug: https://github.com/flutter/flutter/issues/141234
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/53902
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
21 files changed
tree: edf8955dc439a63c0fad0bc24b5eba7fde0bd1d0
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  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. Builds can be found in the Flutter Dashboard.

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.