commit | 59a27878ca51200c661046ff7e32cfd079f83aa2 | [log] [tgz] |
---|---|---|
author | Yusuf Mohsinally <mohsinally@google.com> | Thu Mar 09 00:56:04 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 09 00:56:04 2023 +0000 |
tree | 3ef590fa8bd5ff135d4f9f7e50f62eff6ed71c0f | |
parent | a1a3e364a5ce04c1086481d84d2c92003997dbcf [diff] |
Honor test ci.yaml timeout property in devicelab_drone. Devicelab drone recipe had a fixed test timeout value, which some tests need to increase. Add ability to override the default value with the 'test_timeout_secs' property which can be specified in ci.yaml. Bug:https://github.com/flutter/flutter/issues/122200 Change-Id: Ib84f576c5f2eb197d709ce75893228d6b85b81d0 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/40140 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