commit | 28171160a1f62c1180766a6a1417f664fbae4e70 | [log] [tgz] |
---|---|---|
author | Ricardo Amador <ricardoamador@google.com> | Thu Feb 09 00:59:18 2023 +0000 |
committer | Ricardo Amador <ricardoamador@google.com> | Thu Feb 09 00:59:18 2023 +0000 |
tree | 5a64acc887ce5c2871f78bf07cfb04062e3ce228 | |
parent | d8c506f4e53ca97aa79c7ef8cc82015b7d234ddc [diff] |
Add Emulator Support for the devicelab drone recipe. Change-Id: I5d0e3938ff329a57d5b93475a7da0b61105ab138 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38121 Commit-Queue: Ricardo Amador <ricardoamador@google.com> Reviewed-by: Godofredo Contreras <godofredoc@google.com> (cherry picked from commit 95f5c9ccbbd57b7e212515487b90bca90d4bf662) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38920 Reviewed-by: Xilai Zhang <xilaizhang@google.com> Reviewed-by: Nehal Patel <nehalvpatel@google.com> Reviewed-by: Drew Roen <drewroen@google.com>
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.
Tricium configurations recipes repo.
Running python recipes.py test train
will execute all of the tests in this repository
Required binary is not found on PATH: cipd
when testing locallyYou need to ensure depot_tools is installed. See Depot Tools Installation Tutorial