Reland "Reland "Migrate to windows host gn artifacts.""

This reverts commit 33041b97826ca8a08c490636f2b37bb8e47c49f3.

Reason for revert: Deprecated artifact was removed.

Original change's description:
> Revert "Reland "Migrate to windows host gn artifacts.""
>
> This reverts commit 157144cd9330caf4db4971fb5345bd31c195c4d2.
>
> Reason for revert: Missing file.
>
> Original change's description:
> > Reland "Migrate to windows host gn artifacts."
> >
> > This reverts commit a52d17d0d542a7f6e43b9ddfc0cc37c4e0c12722.
> >
> > Reason for revert: The missing artifacts issue has been fixed https://github.com/flutter/flutter/issues/119663
> >
> > Original change's description:
> > > Revert "Migrate to windows host gn artifacts."
> > >
> > > This reverts commit fb5a593ef7aaa9e2781566878264523e3fdc0862.
> > >
> > > Reason for revert: missing dll.exp file
> > >
> > > Original change's description:
> > > > Migrate to windows host gn artifacts.
> > > >
> > > > This is part of the migration outline in https://flutter.dev/go/gn-ninja-engine-artifacts.
> > > >
> > > > Change-Id: I1dfb7b72c3afa067947d2f3eaa5697cec7192846
> > > > Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38283
> > > > Reviewed-by: Zach Anderson <zra@google.com>
> > > > Commit-Queue: Godofredo Contreras <godofredoc@google.com>
> > >
> > > TBR=zra@google.com,godofredoc@google.com,flutter-scoped@luci-project-accounts.iam.gserviceaccount.com
> > >
> > > Change-Id: Ic0381f799b1cdb0965182ab02fb2ddd4f43a5292
> > > No-Presubmit: true
> > > No-Tree-Checks: true
> > > No-Try: true
> > > Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38340
> > > Reviewed-by: Godofredo Contreras <godofredoc@google.com>
> > > Commit-Queue: Godofredo Contreras <godofredoc@google.com>
> >
> > Change-Id: I96267d10c115a2624ec30b541fb65880cb193b1c
> > Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38380
> > Reviewed-by: Zach Anderson <zra@google.com>
> > Commit-Queue: Godofredo Contreras <godofredoc@google.com>
>
> TBR=zra@google.com,godofredoc@google.com,flutter-scoped@luci-project-accounts.iam.gserviceaccount.com
>
> Change-Id: I0bc880c500a0548207fe249b3e658dd1f6fbd3c8
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38420
> Reviewed-by: Godofredo Contreras <godofredoc@google.com>
> Commit-Queue: Godofredo Contreras <godofredoc@google.com>

Change-Id: I51c9ab53359977be99c16d99d484b05cf35dfc72
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38421
Reviewed-by: Ricardo Amador <ricardoamador@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
49 files changed
tree: 4460d1a8fe81b35f3ef6cd99ff0d07b8af2fa577
  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