Add 'enable_cso' flag to properties

When set, ffx will run with the 'overnet.cso' flag set to 'enabled'.
Used to locally test CSO.

led run: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/slgrady_google.com/0f2ca03fa1558993e66e91efd8bdd659aa2946545521579e693b109514a64651/+/build.proto

Bug: N/A
Change-Id: I43978883bf43739c68ac2a7e2078f473e215f630
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/39400
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Steven Grady <slgrady@google.com>
10 files changed
tree: c030851d07ed77d8e40bca4e4f2444d44892d0b5
  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