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:
parent
73b518d0c3
commit
be1938aa1c
@ -10,6 +10,10 @@
|
|||||||
"Tests to run on mac hosts should go in one of the other mac_ build ",
|
"Tests to run on mac hosts should go in one of the other mac_ build ",
|
||||||
"definition files."
|
"definition files."
|
||||||
],
|
],
|
||||||
|
"luci_flags": {
|
||||||
|
"delay_collect_builds": true,
|
||||||
|
"parallel_download_builds": true
|
||||||
|
},
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"drone_dimensions": [
|
"drone_dimensions": [
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
"Tests to run on mac hosts should go in one of the other mac_ build ",
|
"Tests to run on mac hosts should go in one of the other mac_ build ",
|
||||||
"definition files."
|
"definition files."
|
||||||
],
|
],
|
||||||
|
"luci_flags": {
|
||||||
|
"delay_collect_builds": true,
|
||||||
|
"parallel_download_builds": true
|
||||||
|
},
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"drone_dimensions": [
|
"drone_dimensions": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user