Eliminate Windows UWP build

We have decided to end development of the Windows UWP embedder. This
removes the UWP build and upload steps. It also marks the
`build_windows_uwp` field as optional and deprecated in engine.proto in
order for us to transition off using this field. Once all usages have
been removed, we can mark it `reserved` in order to prevent future use.

Tool support was removed in:
https://github.com/flutter/flutter/pull/102174

BUG=https://github.com/flutter/flutter/issues/102172

Change-Id: Idde0508e0e8f06bd7251dc41bd9c63e4489e5c2e
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/29500
Commit-Queue: Chris Bracken <cbracken@google.com>
Reviewed-by: Jonah Williams <jonahwilliams@google.com>
Reviewed-by: Casey Hillers <chillers@google.com>
20 files changed
tree: cd89a8edd3274c734877f14411b1b86a53610245
  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