Skip to content

Commit be1938a

Browse files
authored
Enable luci_flags for faster builds (#164069)
Experiment enable turning on faster builds. 1. Moves collecting of builds till after we setup the orchestrator bot 2. Downloads drone artifacts in parallel. See: https://flutter-review.googlesource.com/c/recipes/+/63800
1 parent 73b518d commit be1938a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

engine/src/flutter/ci/builders/mac_host_engine.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"Tests to run on mac hosts should go in one of the other mac_ build ",
1111
"definition files."
1212
],
13+
"luci_flags": {
14+
"delay_collect_builds": true,
15+
"parallel_download_builds": true
16+
},
1317
"builds": [
1418
{
1519
"drone_dimensions": [

engine/src/flutter/ci/builders/mac_ios_engine.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"Tests to run on mac hosts should go in one of the other mac_ build ",
88
"definition files."
99
],
10+
"luci_flags": {
11+
"delay_collect_builds": true,
12+
"parallel_download_builds": true
13+
},
1014
"builds": [
1115
{
1216
"drone_dimensions": [

0 commit comments

Comments
 (0)