increase both linux & windows tool integration test shards (#155631)
Fixes both: - https://github.com/flutter/flutter/issues/155621 - https://github.com/flutter/flutter/issues/155317
This commit is contained in:
parent
048e389761
commit
3d14246cee
107
.ci.yaml
107
.ci.yaml
@ -1163,9 +1163,10 @@ targets:
|
||||
- bin/internal/engine.version
|
||||
- .ci.yaml
|
||||
|
||||
- name: Linux tool_integration_tests_1_4
|
||||
- name: Linux tool_integration_tests_1_5
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -1179,7 +1180,7 @@ targets:
|
||||
{"dependency": "open_jdk", "version": "version:17"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "1_4"
|
||||
subshard: "1_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "linux"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -1189,9 +1190,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Linux tool_integration_tests_2_4
|
||||
- name: Linux tool_integration_tests_2_5
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -1205,7 +1207,7 @@ targets:
|
||||
{"dependency": "open_jdk", "version": "version:17"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "2_4"
|
||||
subshard: "2_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "linux"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -1215,9 +1217,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Linux tool_integration_tests_3_4
|
||||
- name: Linux tool_integration_tests_3_5
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -1231,7 +1234,7 @@ targets:
|
||||
{"dependency": "open_jdk", "version": "version:17"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "3_4"
|
||||
subshard: "3_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "linux"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -1241,9 +1244,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Linux tool_integration_tests_4_4
|
||||
- name: Linux tool_integration_tests_4_5
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -1257,7 +1261,34 @@ targets:
|
||||
{"dependency": "open_jdk", "version": "version:17"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "4_4"
|
||||
subshard: "4_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "linux"]
|
||||
test_timeout_secs: "2700"
|
||||
runIf:
|
||||
- dev/**
|
||||
- packages/flutter_tools/**
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Linux tool_integration_tests_5_5
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "android_sdk", "version": "version:34v3"},
|
||||
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
|
||||
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
|
||||
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
|
||||
{"dependency": "goldctl", "version": "git_revision:2387d6fff449587eecbb7e45b2692ca0710b63b9"},
|
||||
{"dependency": "ninja", "version": "version:1.9.0"},
|
||||
{"dependency": "open_jdk", "version": "version:17"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "5_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "linux"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5854,9 +5885,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_1_7
|
||||
- name: Windows tool_integration_tests_1_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -5868,7 +5900,7 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "1_7"
|
||||
subshard: "1_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5878,9 +5910,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_2_7
|
||||
- name: Windows tool_integration_tests_2_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -5892,7 +5925,7 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "2_6"
|
||||
subshard: "2_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5902,9 +5935,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_3_7
|
||||
- name: Windows tool_integration_tests_3_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -5916,7 +5950,7 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "3_7"
|
||||
subshard: "3_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5926,9 +5960,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_4_7
|
||||
- name: Windows tool_integration_tests_4_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -5940,7 +5975,7 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "4_7"
|
||||
subshard: "4_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5950,9 +5985,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_5_7
|
||||
- name: Windows tool_integration_tests_5_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -5964,7 +6000,7 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "5_7"
|
||||
subshard: "5_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5974,9 +6010,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_6_7
|
||||
- name: Windows tool_integration_tests_6_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -5988,7 +6025,7 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "6_7"
|
||||
subshard: "6_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -5998,9 +6035,10 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_7_7
|
||||
- name: Windows tool_integration_tests_7_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
@ -6012,7 +6050,32 @@ targets:
|
||||
{"dependency": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "7_7"
|
||||
subshard: "7_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
runIf:
|
||||
- dev/**
|
||||
- packages/flutter_tools/**
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Windows tool_integration_tests_8_8
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
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": "vs_build", "version": "version:vs2019"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "8_8"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "windows"]
|
||||
test_timeout_secs: "2700"
|
||||
|
Loading…
x
Reference in New Issue
Block a user