Unverified Commit c3248b79 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Merge the two Windows and two Mac sections into one with matrix (#20077)

parent 6d92151f
......@@ -46,7 +46,6 @@ task:
memory: 8G
task:
name: tests-windows
env:
SHARD: tests
windows_container:
......@@ -62,29 +61,15 @@ task:
- git fetch origin master
test_all_script:
- bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart
task:
name: tool_tests-windows
matrix:
- name: tests-windows
env:
SHARD: tool_tests
windows_container:
image: cirrusci/windowsservercore:2016
os_version: 2016
cpu: 4
SHARD: tests
- name: tool_tests-windows
env:
CIRRUS_WORKING_DIR: "C:\\Windows\\Temp\\flutter sdk"
git_fetch_script: git fetch origin
setup_script:
- bin\flutter.bat config --no-analytics
- bin\flutter.bat update-packages
- git fetch origin master
test_all_script:
- bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart
SHARD: tool_tests
task:
name: tests-macos
env:
SHARD: tests
osx_instance:
image: high-sierra-xcode-9.4.1
git_fetch_script: git fetch origin
......@@ -94,17 +79,10 @@ task:
test_all_script: |
ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
bin/cache/dart-sdk/bin/dart -c dev/bots/test.dart
task:
name: tool_tests-macos
matrix:
- name: tests-macos
env:
SHARD: tests
- name: tool_tests-macos
env:
SHARD: tool_tests
osx_instance:
image: high-sierra-xcode-9.4.1
git_fetch_script: git fetch origin
setup_script:
- bin/flutter config --no-analytics
- bin/flutter update-packages
test_all_script: |
ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
bin/cache/dart-sdk/bin/dart -c dev/bots/test.dart
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment