Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 52f54c8

Browse files
WIP - Hack for testing
1 parent 0f01c6b commit 52f54c8

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

.ci.yaml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ targets:
8181
properties:
8282
add_recipes_cq: "true"
8383
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"
8686

8787
- name: Mac_arm64 macos_platform_tests master
8888
recipe: plugins/plugins
@@ -91,39 +91,42 @@ targets:
9191
channel: master
9292
add_recipes_cq: "true"
9393
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"
9596

9697
- name: Mac_arm64 macos_platform_tests stable
9798
recipe: plugins/plugins
98-
presubmit: false
9999
timeout: 60
100100
properties:
101-
channel: stable
101+
channel: master
102102
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"
105106

106107
### iOS tasks ###
107108
# TODO(stuartmorgan): Swap the architecture of this and ios_platform_tests_*
108109
# once simulator tests are reliable on the ARM infrastructure. See discussion
109110
# at https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
110111
- name: Mac_arm64 ios_build_all_plugins master
111112
recipe: plugins/plugins
112-
timeout: 30
113+
timeout: 60
113114
properties:
114115
channel: master
115116
add_recipes_cq: "true"
116117
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"
118120

119121
- name: Mac_arm64 ios_build_all_plugins stable
120122
recipe: plugins/plugins
121-
timeout: 30
123+
timeout: 60
122124
properties:
123-
channel: stable
125+
channel: master
124126
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"
127130

128131
# TODO(stuartmorgan): Swap the architecture of this and ios_build_all_plugins
129132
# once simulator tests are reliable on the ARM infrastructure. See discussion

0 commit comments

Comments
 (0)