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
This commit is contained in:
John McDole 2025-02-25 08:18:56 -08:00 committed by GitHub
parent 73b518d0c3
commit be1938aa1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,10 @@
"Tests to run on mac hosts should go in one of the other mac_ build ",
"definition files."
],
"luci_flags": {
"delay_collect_builds": true,
"parallel_download_builds": true
},
"builds": [
{
"drone_dimensions": [

View File

@ -7,6 +7,10 @@
"Tests to run on mac hosts should go in one of the other mac_ build ",
"definition files."
],
"luci_flags": {
"delay_collect_builds": true,
"parallel_download_builds": true
},
"builds": [
{
"drone_dimensions": [