commit | 3372f303f7d5dc1f10d9f89a168dc9bb383188d1 | [log] [tgz] |
---|---|---|
author | yusuf-goog <mohsinally@google.com> | Fri May 06 05:08:29 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 06 05:08:29 2022 +0000 |
tree | 5399ff7e3450a170aafce6533db978f0c60a557d | |
parent | 2226b1473d1641e3781b12dbb063472b91a43c82 [diff] |
Incrementing retry arg max_attempts The max_attempts value was incorrectly assumed to only include retries, and not the initial attempt. Incrementing its value to allow for the expected delay of >60secs. Bug:103087 Change-Id: I156a9409b167aea8bb692c59d1429281dd40c4b5 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/29602 Commit-Queue: Yusuf Mohsinally <mohsinally@google.com> Reviewed-by: Keyong Han <keyonghan@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