commit | c4e2d8161858763892d18f033c28db7870c227c0 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Mon Feb 13 18:44:08 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 13 18:44:08 2023 +0000 |
tree | 0f4c5e4094bb25e1741f7df36064347a119af5b5 | |
parent | eb7ef7cb762211db0a16fc9117aa5f4528a26f76 [diff] |
Add retries to cas uploads. This is to address failures on windows with hash mismatches. Bug: https://github.com/flutter/flutter/issues/120372 Change-Id: Ieed73e4c61adb90cc277b240b925838d927f24fa Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/39080 Reviewed-by: Drew Roen <drewroen@google.com> Commit-Queue: Godofredo Contreras <godofredoc@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