LUCI recipes for Flutter Infrastructure

Clone this repo:
  1. 09a3e6a Sync downstream goma fork. by Godofredo Contreras · 3 hours ago main master
  2. c9aaf25 Print the diff from the shader analysis golden by Zach Anderson · 2 days ago
  3. a4aa2ef Migrate Mac Host Engine artifacts to gn+ninja. by Godofredo Contreras · 2 days ago
  4. a85607b Signer recipe command line migration by Xilai Zhang · 2 days ago flutter_test_devtools
  5. 86ffc0b Populate subbuild deps for engine_v2 builder recipe by Keyong Han · 7 days ago 3.9.0-18.0.pre flutter-3.9-candidate.18

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