Skip to content

Commit e4663f2

Browse files
authored
Remove luci_flags.parallel_download_builds and friends (flutter#173799)
These default to `true` and were removed in https://flutter-review.googlesource.com/c/recipes/+/68841.
1 parent 0e57a62 commit e4663f2

17 files changed

+0
-34
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"definition files."
99
],
1010
"luci_flags": {
11-
"delay_collect_builds": true,
12-
"parallel_download_builds": true,
1311
"upload_content_hash": true
1412
},
1513
"builds": [

0 commit comments

Comments
 (0)