Skip to content

Commit 7133a89

Browse files
authored
increase sharding on Windows tool_integration_tests (#152582)
Resolves flutter/flutter#152211 Will remove `bringup` status after this merges.
1 parent 6eceedd commit 7133a89

File tree

1 file changed

+42
-11
lines changed

1 file changed

+42
-11
lines changed

.ci.yaml

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5692,9 +5692,10 @@ targets:
56925692
- bin/**
56935693
- .ci.yaml
56945694

5695-
- name: Windows tool_integration_tests_1_6
5695+
- name: Windows tool_integration_tests_1_7
56965696
recipe: flutter/flutter_drone
56975697
timeout: 60
5698+
bringup: true
56985699
properties:
56995700
add_recipes_cq: "true"
57005701
dependencies: >-
@@ -5706,7 +5707,7 @@ targets:
57065707
{"dependency": "vs_build", "version": "version:vs2019"}
57075708
]
57085709
shard: tool_integration_tests
5709-
subshard: "1_6"
5710+
subshard: "1_7"
57105711
tags: >
57115712
["framework", "hostonly", "shard", "windows"]
57125713
test_timeout_secs: "2700"
@@ -5716,9 +5717,10 @@ targets:
57165717
- bin/**
57175718
- .ci.yaml
57185719

5719-
- name: Windows tool_integration_tests_2_6
5720+
- name: Windows tool_integration_tests_2_7
57205721
recipe: flutter/flutter_drone
57215722
timeout: 60
5723+
bringup: true
57225724
properties:
57235725
add_recipes_cq: "true"
57245726
dependencies: >-
@@ -5740,7 +5742,8 @@ targets:
57405742
- bin/**
57415743
- .ci.yaml
57425744

5743-
- name: Windows tool_integration_tests_3_6
5745+
- name: Windows tool_integration_tests_3_7
5746+
bringup: true
57445747
recipe: flutter/flutter_drone
57455748
timeout: 60
57465749
properties:
@@ -5754,7 +5757,7 @@ targets:
57545757
{"dependency": "vs_build", "version": "version:vs2019"}
57555758
]
57565759
shard: tool_integration_tests
5757-
subshard: "3_6"
5760+
subshard: "3_7"
57585761
tags: >
57595762
["framework", "hostonly", "shard", "windows"]
57605763
test_timeout_secs: "2700"
@@ -5764,7 +5767,8 @@ targets:
57645767
- bin/**
57655768
- .ci.yaml
57665769

5767-
- name: Windows tool_integration_tests_4_6
5770+
- name: Windows tool_integration_tests_4_7
5771+
bringup: true
57685772
recipe: flutter/flutter_drone
57695773
timeout: 60
57705774
properties:
@@ -5778,7 +5782,7 @@ targets:
57785782
{"dependency": "vs_build", "version": "version:vs2019"}
57795783
]
57805784
shard: tool_integration_tests
5781-
subshard: "4_6"
5785+
subshard: "4_7"
57825786
tags: >
57835787
["framework", "hostonly", "shard", "windows"]
57845788
test_timeout_secs: "2700"
@@ -5788,7 +5792,8 @@ targets:
57885792
- bin/**
57895793
- .ci.yaml
57905794

5791-
- name: Windows tool_integration_tests_5_6
5795+
- name: Windows tool_integration_tests_5_7
5796+
bringup: true
57925797
recipe: flutter/flutter_drone
57935798
timeout: 60
57945799
properties:
@@ -5802,7 +5807,7 @@ targets:
58025807
{"dependency": "vs_build", "version": "version:vs2019"}
58035808
]
58045809
shard: tool_integration_tests
5805-
subshard: "5_6"
5810+
subshard: "5_7"
58065811
tags: >
58075812
["framework", "hostonly", "shard", "windows"]
58085813
test_timeout_secs: "2700"
@@ -5812,7 +5817,8 @@ targets:
58125817
- bin/**
58135818
- .ci.yaml
58145819

5815-
- name: Windows tool_integration_tests_6_6
5820+
- name: Windows tool_integration_tests_6_7
5821+
bringup: true
58165822
recipe: flutter/flutter_drone
58175823
timeout: 60
58185824
properties:
@@ -5826,7 +5832,32 @@ targets:
58265832
{"dependency": "vs_build", "version": "version:vs2019"}
58275833
]
58285834
shard: tool_integration_tests
5829-
subshard: "6_6"
5835+
subshard: "6_7"
5836+
tags: >
5837+
["framework", "hostonly", "shard", "windows"]
5838+
test_timeout_secs: "2700"
5839+
runIf:
5840+
- dev/**
5841+
- packages/flutter_tools/**
5842+
- bin/**
5843+
- .ci.yaml
5844+
5845+
- name: Windows tool_integration_tests_7_7
5846+
bringup: true
5847+
recipe: flutter/flutter_drone
5848+
timeout: 60
5849+
properties:
5850+
add_recipes_cq: "true"
5851+
dependencies: >-
5852+
[
5853+
{"dependency": "android_sdk", "version": "version:34v3"},
5854+
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
5855+
{"dependency": "open_jdk", "version": "version:17"},
5856+
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"},
5857+
{"dependency": "vs_build", "version": "version:vs2019"}
5858+
]
5859+
shard: tool_integration_tests
5860+
subshard: "7_7"
58305861
tags: >
58315862
["framework", "hostonly", "shard", "windows"]
58325863
test_timeout_secs: "2700"

0 commit comments

Comments
 (0)