@@ -57,14 +57,93 @@ targets:
57
57
# https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
58
58
- name : Max_x64 ios_platform_tests_0_4 master
59
59
recipe : plugins/plugins
60
- bringup : true # New target:
60
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
61
61
timeout : 30
62
62
properties :
63
63
add_recipes_cq : " true"
64
64
version_file : flutter_master.version
65
65
target_file : mac_ios_platform_tests.yaml
66
66
package_sharding : " --shardIndex 0 --shardCount 4"
67
67
68
+ - name : Max_x64 ios_platform_tests_1_4 master
69
+ recipe : plugins/plugins
70
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
71
+ timeout : 30
72
+ properties :
73
+ add_recipes_cq : " true"
74
+ version_file : flutter_master.version
75
+ target_file : mac_ios_platform_tests.yaml
76
+ package_sharding : " --shardIndex 1 --shardCount 4"
77
+
78
+ - name : Max_x64 ios_platform_tests_2_4 master
79
+ recipe : plugins/plugins
80
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
81
+ timeout : 30
82
+ properties :
83
+ add_recipes_cq : " true"
84
+ version_file : flutter_master.version
85
+ target_file : mac_ios_platform_tests.yaml
86
+ package_sharding : " --shardIndex 2 --shardCount 4"
87
+
88
+ - name : Max_x64 ios_platform_tests_3_4 master
89
+ recipe : plugins/plugins
90
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
91
+ timeout : 30
92
+ properties :
93
+ add_recipes_cq : " true"
94
+ version_file : flutter_master.version
95
+ target_file : mac_ios_platform_tests.yaml
96
+ package_sharding : " --shardIndex 3 --shardCount 4"
97
+
98
+ # Don't run full platform tests on both channels in pre-submit.
99
+ - name : Max_x64 ios_platform_tests_0_4 stable
100
+ recipe : plugins/plugins
101
+ presubmit : false
102
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
103
+ timeout : 30
104
+ properties :
105
+ channel : stable
106
+ add_recipes_cq : " true"
107
+ version_file : flutter_stable.version
108
+ target_file : mac_ios_platform_tests.yaml
109
+ package_sharding : " --shardIndex 0 --shardCount 4"
110
+
111
+ - name : Max_x64 ios_platform_tests_1_4 stable
112
+ recipe : plugins/plugins
113
+ presubmit : false
114
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
115
+ timeout : 30
116
+ properties :
117
+ channel : stable
118
+ add_recipes_cq : " true"
119
+ version_file : flutter_stable.version
120
+ target_file : mac_ios_platform_tests.yaml
121
+ package_sharding : " --shardIndex 1 --shardCount 4"
122
+
123
+ - name : Max_x64 ios_platform_tests_2_4 stable
124
+ recipe : plugins/plugins
125
+ presubmit : false
126
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
127
+ timeout : 30
128
+ properties :
129
+ channel : stable
130
+ add_recipes_cq : " true"
131
+ version_file : flutter_stable.version
132
+ target_file : mac_ios_platform_tests.yaml
133
+ package_sharding : " --shardIndex 2 --shardCount 4"
134
+
135
+ - name : Max_x64 ios_platform_tests_3_4 stable
136
+ recipe : plugins/plugins
137
+ presubmit : false
138
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6682
139
+ timeout : 30
140
+ properties :
141
+ channel : stable
142
+ add_recipes_cq : " true"
143
+ version_file : flutter_stable.version
144
+ target_file : mac_ios_platform_tests.yaml
145
+ package_sharding : " --shardIndex 3 --shardCount 4"
146
+
68
147
- name : Windows win32-platform_tests master
69
148
recipe : plugins/plugins
70
149
timeout : 30
0 commit comments