Skip to content

Commit 4b65ead

Browse files
authored
Run more builds faster (#164125)
The following builds all download drone assets and run generators, and thus could benefit from the flags. - Linux linux_android_aot_engine - Linux linux_android_debug_engine - Linux linux_fuchsia - Linux linux_host_engine See #164069 for other builds
1 parent 7964007 commit 4b65ead

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

engine/src/flutter/ci/builders/linux_android_aot_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 linux hosts should go in one of the other linux_ build ",
88
"definition files."
99
],
10+
"luci_flags": {
11+
"delay_collect_builds": true,
12+
"parallel_download_builds": true
13+
},
1014
"builds": [
1115
{
1216
"archives": [

engine/src/flutter/ci/builders/linux_android_debug_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 linux hosts should go in one of the other linux_ build ",
88
"definition files."
99
],
10+
"luci_flags": {
11+
"delay_collect_builds": true,
12+
"parallel_download_builds": true
13+
},
1014
"builds": [
1115
{
1216
"archives": [

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"Tests to run on linux hosts should go in one of the other linux_ 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": [

engine/src/flutter/ci/builders/linux_host_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 linux hosts should go in one of the other linux_ build ",
88
"definition files."
99
],
10+
"luci_flags": {
11+
"delay_collect_builds": true,
12+
"parallel_download_builds": true
13+
},
1014
"builds": [
1115
{
1216
"archives": [

0 commit comments

Comments
 (0)