@@ -81,8 +81,8 @@ targets:
81
81
properties :
82
82
add_recipes_cq : " true"
83
83
version_file : flutter_stable.version
84
- target_file : macos_build_all_plugins .yaml
85
- channel : stable
84
+ target_file : ios_platform_tests .yaml
85
+ package_sharding : " --shardIndex 0 --shardCount 4 "
86
86
87
87
- name : Mac_arm64 macos_platform_tests master
88
88
recipe : plugins/plugins
@@ -91,39 +91,42 @@ targets:
91
91
channel : master
92
92
add_recipes_cq : " true"
93
93
version_file : flutter_master.version
94
- target_file : macos_platform_tests.yaml
94
+ target_file : ios_platform_tests.yaml
95
+ package_sharding : " --shardIndex 0 --shardCount 4"
95
96
96
97
- name : Mac_arm64 macos_platform_tests stable
97
98
recipe : plugins/plugins
98
- presubmit : false
99
99
timeout : 60
100
100
properties :
101
- channel : stable
101
+ channel : master
102
102
add_recipes_cq : " true"
103
- version_file : flutter_stable.version
104
- target_file : macos_platform_tests.yaml
103
+ version_file : flutter_master.version
104
+ target_file : ios_platform_tests.yaml
105
+ package_sharding : " --shardIndex 1 --shardCount 4"
105
106
106
107
# ## iOS tasks ###
107
108
# TODO(stuartmorgan): Swap the architecture of this and ios_platform_tests_*
108
109
# once simulator tests are reliable on the ARM infrastructure. See discussion
109
110
# at https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
110
111
- name : Mac_arm64 ios_build_all_plugins master
111
112
recipe : plugins/plugins
112
- timeout : 30
113
+ timeout : 60
113
114
properties :
114
115
channel : master
115
116
add_recipes_cq : " true"
116
117
version_file : flutter_master.version
117
- target_file : ios_build_all_plugins.yaml
118
+ target_file : ios_platform_tests.yaml
119
+ package_sharding : " --shardIndex 2 --shardCount 4"
118
120
119
121
- name : Mac_arm64 ios_build_all_plugins stable
120
122
recipe : plugins/plugins
121
- timeout : 30
123
+ timeout : 60
122
124
properties :
123
- channel : stable
125
+ channel : master
124
126
add_recipes_cq : " true"
125
- version_file : flutter_stable.version
126
- target_file : ios_build_all_plugins.yaml
127
+ version_file : flutter_master.version
128
+ target_file : ios_platform_tests.yaml
129
+ package_sharding : " --shardIndex 3 --shardCount 4"
127
130
128
131
# TODO(stuartmorgan): Swap the architecture of this and ios_build_all_plugins
129
132
# once simulator tests are reliable on the ARM infrastructure. See discussion
0 commit comments