@@ -5692,9 +5692,10 @@ targets:
5692
5692
- bin/**
5693
5693
- .ci.yaml
5694
5694
5695
- - name : Windows tool_integration_tests_1_6
5695
+ - name : Windows tool_integration_tests_1_7
5696
5696
recipe : flutter/flutter_drone
5697
5697
timeout : 60
5698
+ bringup : true
5698
5699
properties :
5699
5700
add_recipes_cq : " true"
5700
5701
dependencies : >-
@@ -5706,7 +5707,7 @@ targets:
5706
5707
{"dependency": "vs_build", "version": "version:vs2019"}
5707
5708
]
5708
5709
shard : tool_integration_tests
5709
- subshard : " 1_6 "
5710
+ subshard : " 1_7 "
5710
5711
tags : >
5711
5712
["framework", "hostonly", "shard", "windows"]
5712
5713
test_timeout_secs : " 2700"
@@ -5716,9 +5717,10 @@ targets:
5716
5717
- bin/**
5717
5718
- .ci.yaml
5718
5719
5719
- - name : Windows tool_integration_tests_2_6
5720
+ - name : Windows tool_integration_tests_2_7
5720
5721
recipe : flutter/flutter_drone
5721
5722
timeout : 60
5723
+ bringup : true
5722
5724
properties :
5723
5725
add_recipes_cq : " true"
5724
5726
dependencies : >-
@@ -5740,7 +5742,8 @@ targets:
5740
5742
- bin/**
5741
5743
- .ci.yaml
5742
5744
5743
- - name : Windows tool_integration_tests_3_6
5745
+ - name : Windows tool_integration_tests_3_7
5746
+ bringup : true
5744
5747
recipe : flutter/flutter_drone
5745
5748
timeout : 60
5746
5749
properties :
@@ -5754,7 +5757,7 @@ targets:
5754
5757
{"dependency": "vs_build", "version": "version:vs2019"}
5755
5758
]
5756
5759
shard : tool_integration_tests
5757
- subshard : " 3_6 "
5760
+ subshard : " 3_7 "
5758
5761
tags : >
5759
5762
["framework", "hostonly", "shard", "windows"]
5760
5763
test_timeout_secs : " 2700"
@@ -5764,7 +5767,8 @@ targets:
5764
5767
- bin/**
5765
5768
- .ci.yaml
5766
5769
5767
- - name : Windows tool_integration_tests_4_6
5770
+ - name : Windows tool_integration_tests_4_7
5771
+ bringup : true
5768
5772
recipe : flutter/flutter_drone
5769
5773
timeout : 60
5770
5774
properties :
@@ -5778,7 +5782,7 @@ targets:
5778
5782
{"dependency": "vs_build", "version": "version:vs2019"}
5779
5783
]
5780
5784
shard : tool_integration_tests
5781
- subshard : " 4_6 "
5785
+ subshard : " 4_7 "
5782
5786
tags : >
5783
5787
["framework", "hostonly", "shard", "windows"]
5784
5788
test_timeout_secs : " 2700"
@@ -5788,7 +5792,8 @@ targets:
5788
5792
- bin/**
5789
5793
- .ci.yaml
5790
5794
5791
- - name : Windows tool_integration_tests_5_6
5795
+ - name : Windows tool_integration_tests_5_7
5796
+ bringup : true
5792
5797
recipe : flutter/flutter_drone
5793
5798
timeout : 60
5794
5799
properties :
@@ -5802,7 +5807,7 @@ targets:
5802
5807
{"dependency": "vs_build", "version": "version:vs2019"}
5803
5808
]
5804
5809
shard : tool_integration_tests
5805
- subshard : " 5_6 "
5810
+ subshard : " 5_7 "
5806
5811
tags : >
5807
5812
["framework", "hostonly", "shard", "windows"]
5808
5813
test_timeout_secs : " 2700"
@@ -5812,7 +5817,8 @@ targets:
5812
5817
- bin/**
5813
5818
- .ci.yaml
5814
5819
5815
- - name : Windows tool_integration_tests_6_6
5820
+ - name : Windows tool_integration_tests_6_7
5821
+ bringup : true
5816
5822
recipe : flutter/flutter_drone
5817
5823
timeout : 60
5818
5824
properties :
@@ -5826,7 +5832,32 @@ targets:
5826
5832
{"dependency": "vs_build", "version": "version:vs2019"}
5827
5833
]
5828
5834
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"
5830
5861
tags : >
5831
5862
["framework", "hostonly", "shard", "windows"]
5832
5863
test_timeout_secs : " 2700"
0 commit comments