LUCI recipes for Flutter Infrastructure

Clone this repo:
  1. b7f3b09 Copy offband artifacts for monorepo, monorepo_try builds. by Alexander Aprelev · 25 hours ago flutter-3.22-candidate.18 main master
  2. d3de063 Append buildid to monorepo artifact_url. by Alexander Aprelev · 30 hours ago
  3. 7a21186 Implement the execution of flutter shard tests in engine prs. by Godofredo Contreras · 2 days ago
  4. 63b1ba0 Remove unused recipe. by Godofredo Contreras · 4 days ago flutter-3.22-candidate.16 flutter-3.22-candidate.17
  5. 6fb62ca Rename shard_util_v2 to shard_util. by Godofredo Contreras · 9 days ago

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.