| commit | f6e352463a33bb6bf82f61ae3ff1eefb1c3f8456 | [log] [tgz] |
|---|---|---|
| author | Zach Anderson <zra@google.com> | Tue Feb 06 04:25:21 2024 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 04:25:21 2024 +0000 |
| tree | 331b5092a0069999a463d880f4cb3b7a34969d97 | |
| parent | 7b0bd917062c416dac46708794f67357c76511d4 [diff] |
Run framework smoke tests in parallel By default, flutter/dart test will only use half of the available cores. This builder runs on an 8 core machine (and would benefit from a larger machine), so this CL bumps the concurrency level up to 8. Unfortunately, I'm only able to measure a 3-ish minute improvement in the execution time of the step. led run: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/zra_google.com/f37c6dce36575cbb484e1105fa61465bd5a4f884667693505daa5bce0a7de69f/+/build.proto?server=chromium-swarm.appspot.com Change-Id: I587b27078acb02427a269ef251487ee01fb7852f Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54862 Reviewed-by: Godofredo Contreras <godofredoc@google.com> Commit-Queue: Zach Anderson <zra@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.
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.
Please follow instructions on Contributing docs to set up your development environment.