increase Linux build_test shard count from 3 to 5 (#154444)
Fixes https://github.com/flutter/flutter/issues/154443
This commit is contained in:
parent
7aace1c5f9
commit
9502cb1576
55
.ci.yaml
55
.ci.yaml
@ -419,7 +419,8 @@ targets:
|
|||||||
task_name: android_views
|
task_name: android_views
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
|
||||||
- name: Linux build_tests_1_3
|
- name: Linux build_tests_1_5
|
||||||
|
bringup: true
|
||||||
recipe: flutter/flutter_drone
|
recipe: flutter/flutter_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
@ -434,11 +435,12 @@ targets:
|
|||||||
{"dependency": "ninja", "version": "version:1.9.0"}
|
{"dependency": "ninja", "version": "version:1.9.0"}
|
||||||
]
|
]
|
||||||
shard: build_tests
|
shard: build_tests
|
||||||
subshard: "1_3"
|
subshard: "1_5"
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
|
||||||
- name: Linux build_tests_2_3
|
- name: Linux build_tests_2_5
|
||||||
|
bringup: true
|
||||||
recipe: flutter/flutter_drone
|
recipe: flutter/flutter_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
@ -453,11 +455,12 @@ targets:
|
|||||||
{"dependency": "ninja", "version": "version:1.9.0"}
|
{"dependency": "ninja", "version": "version:1.9.0"}
|
||||||
]
|
]
|
||||||
shard: build_tests
|
shard: build_tests
|
||||||
subshard: "2_3"
|
subshard: "2_5"
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
|
||||||
- name: Linux build_tests_3_3
|
- name: Linux build_tests_3_5
|
||||||
|
bringup: true
|
||||||
recipe: flutter/flutter_drone
|
recipe: flutter/flutter_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
@ -472,7 +475,47 @@ targets:
|
|||||||
{"dependency": "ninja", "version": "version:1.9.0"}
|
{"dependency": "ninja", "version": "version:1.9.0"}
|
||||||
]
|
]
|
||||||
shard: build_tests
|
shard: build_tests
|
||||||
subshard: "3_3"
|
subshard: "3_5"
|
||||||
|
tags: >
|
||||||
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
|
||||||
|
- name: Linux build_tests_4_5
|
||||||
|
bringup: true
|
||||||
|
recipe: flutter/flutter_drone
|
||||||
|
timeout: 60
|
||||||
|
properties:
|
||||||
|
dependencies: >-
|
||||||
|
[
|
||||||
|
{"dependency": "android_sdk", "version": "version:34v3"},
|
||||||
|
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
|
||||||
|
{"dependency": "open_jdk", "version": "version:17"},
|
||||||
|
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
|
||||||
|
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
|
||||||
|
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
|
||||||
|
{"dependency": "ninja", "version": "version:1.9.0"}
|
||||||
|
]
|
||||||
|
shard: build_tests
|
||||||
|
subshard: "4_5"
|
||||||
|
tags: >
|
||||||
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
|
||||||
|
- name: Linux build_tests_5_5
|
||||||
|
bringup: true
|
||||||
|
recipe: flutter/flutter_drone
|
||||||
|
timeout: 60
|
||||||
|
properties:
|
||||||
|
dependencies: >-
|
||||||
|
[
|
||||||
|
{"dependency": "android_sdk", "version": "version:34v3"},
|
||||||
|
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
|
||||||
|
{"dependency": "open_jdk", "version": "version:17"},
|
||||||
|
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
|
||||||
|
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
|
||||||
|
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
|
||||||
|
{"dependency": "ninja", "version": "version:1.9.0"}
|
||||||
|
]
|
||||||
|
shard: build_tests
|
||||||
|
subshard: "5_5"
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user