Skip to content

Commit e484dec

Browse files
authored
Switch ios_platform_tests from Cirrus to LUCI (#6729)
* move to prod * remove cirrus
1 parent 2a52394 commit e484dec

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

.ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ targets:
7878
# https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
7979
- name: Mac_x64 ios_platform_tests_1_of_4 master
8080
recipe: plugins/plugins
81-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
8281
timeout: 30
8382
properties:
8483
add_recipes_cq: "true"
@@ -88,7 +87,6 @@ targets:
8887

8988
- name: Mac_x64 ios_platform_tests_2_of_4 master
9089
recipe: plugins/plugins
91-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
9290
timeout: 30
9391
properties:
9492
add_recipes_cq: "true"
@@ -98,7 +96,6 @@ targets:
9896

9997
- name: Mac_x64 ios_platform_tests_3_of_4 master
10098
recipe: plugins/plugins
101-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
10299
timeout: 30
103100
properties:
104101
add_recipes_cq: "true"
@@ -108,7 +105,6 @@ targets:
108105

109106
- name: Mac_x64 ios_platform_tests_4_of_4 master
110107
recipe: plugins/plugins
111-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
112108
timeout: 30
113109
properties:
114110
add_recipes_cq: "true"
@@ -120,7 +116,6 @@ targets:
120116
- name: Mac_x64 ios_platform_tests_1_of_4 stable
121117
recipe: plugins/plugins
122118
presubmit: false
123-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
124119
timeout: 30
125120
properties:
126121
channel: stable
@@ -132,7 +127,6 @@ targets:
132127
- name: Mac_x64 ios_platform_tests_2_of_4 stable
133128
recipe: plugins/plugins
134129
presubmit: false
135-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
136130
timeout: 30
137131
properties:
138132
channel: stable
@@ -144,7 +138,6 @@ targets:
144138
- name: Mac_x64 ios_platform_tests_3_of_4 stable
145139
recipe: plugins/plugins
146140
presubmit: false
147-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
148141
timeout: 30
149142
properties:
150143
channel: stable
@@ -156,7 +149,6 @@ targets:
156149
- name: Mac_x64 ios_platform_tests_4_of_4 stable
157150
recipe: plugins/plugins
158151
presubmit: false
159-
bringup: true # New target: https://github.com/flutter/plugins/pull/6682
160152
timeout: 30
161153
properties:
162154
channel: stable

.cirrus.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -337,44 +337,3 @@ task:
337337
- ./script/tool_runner.sh native-test --macos
338338
drive_script:
339339
- ./script/tool_runner.sh drive-examples --macos --exclude=script/configs/exclude_integration_macos.yaml
340-
341-
# Intel macOS tasks.
342-
task:
343-
<< : *MACOS_INTEL_TEMPLATE
344-
<< : *FLUTTER_UPGRADE_TEMPLATE
345-
matrix:
346-
### iOS tasks ###
347-
# TODO(stuartmorgan): Swap this and ios-build_all_plugins once simulator
348-
# tests are reliable on the ARM infrastructure. See discussion at
349-
# https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
350-
- name: ios-platform_tests
351-
# Don't run full platform tests on both channels in pre-submit.
352-
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
353-
env:
354-
PATH: $PATH:/usr/local/bin
355-
matrix:
356-
PACKAGE_SHARDING: "--shardIndex 0 --shardCount 4"
357-
PACKAGE_SHARDING: "--shardIndex 1 --shardCount 4"
358-
PACKAGE_SHARDING: "--shardIndex 2 --shardCount 4"
359-
PACKAGE_SHARDING: "--shardIndex 3 --shardCount 4"
360-
matrix:
361-
CHANNEL: "master"
362-
CHANNEL: "stable"
363-
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
364-
create_simulator_script:
365-
- xcrun simctl list
366-
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-11 com.apple.CoreSimulator.SimRuntime.iOS-15-0 | xargs xcrun simctl boot
367-
build_script:
368-
- ./script/tool_runner.sh build-examples --ios
369-
xcode_analyze_script:
370-
- ./script/tool_runner.sh xcode-analyze --ios
371-
xcode_analyze_deprecation_script:
372-
# Ensure we don't accidentally introduce deprecated code.
373-
- ./script/tool_runner.sh xcode-analyze --ios --ios-min-version=13.0
374-
native_test_script:
375-
- ./script/tool_runner.sh native-test --ios --ios-destination "platform=iOS Simulator,name=iPhone 11,OS=latest"
376-
drive_script:
377-
# `drive-examples` contains integration tests, which changes the UI of the application.
378-
# This UI change sometimes affects `xctest`.
379-
# So we run `drive-examples` after `native-test`; changing the order will result ci failure.
380-
- ./script/tool_runner.sh drive-examples --ios --exclude=script/configs/exclude_integration_ios.yaml

0 commit comments

Comments
 (0)