@@ -337,44 +337,3 @@ task:
337
337
- ./script/tool_runner.sh native-test --macos
338
338
drive_script :
339
339
- ./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