mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
further shard Mac tool_integration_tests from 4 to 5 shards (#152399)
Resolves https://github.com/flutter/flutter/issues/152397
This commit is contained in:
parent
e36d9234e8
commit
4d12197ca6
45
.ci.yaml
45
.ci.yaml
@ -4055,7 +4055,8 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Mac tool_integration_tests_1_4
|
||||
- name: Mac tool_integration_tests_1_5
|
||||
bringup: true
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
# Flake rate of >2.5% in presubmit
|
||||
@ -4071,7 +4072,7 @@ targets:
|
||||
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "1_4"
|
||||
subshard: "1_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "mac"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -4081,7 +4082,8 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Mac tool_integration_tests_2_4
|
||||
- name: Mac tool_integration_tests_2_5
|
||||
bringup: true
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
properties:
|
||||
@ -4095,7 +4097,7 @@ targets:
|
||||
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "2_4"
|
||||
subshard: "2_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "mac"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -4105,7 +4107,8 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Mac tool_integration_tests_3_4
|
||||
- name: Mac tool_integration_tests_3_5
|
||||
bringup: true
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
properties:
|
||||
@ -4119,7 +4122,7 @@ targets:
|
||||
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "3_4"
|
||||
subshard: "3_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "mac"]
|
||||
test_timeout_secs: "2700"
|
||||
@ -4129,7 +4132,8 @@ targets:
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Mac tool_integration_tests_4_4
|
||||
- name: Mac tool_integration_tests_4_5
|
||||
bringup: true
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
properties:
|
||||
@ -4143,7 +4147,32 @@ targets:
|
||||
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "4_4"
|
||||
subshard: "4_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "mac"]
|
||||
test_timeout_secs: "2700"
|
||||
runIf:
|
||||
- dev/**
|
||||
- packages/flutter_tools/**
|
||||
- bin/**
|
||||
- .ci.yaml
|
||||
|
||||
- name: Mac tool_integration_tests_5_5
|
||||
bringup: true
|
||||
recipe: flutter/flutter_drone
|
||||
timeout: 60
|
||||
properties:
|
||||
add_recipes_cq: "true"
|
||||
dependencies: >-
|
||||
[
|
||||
{"dependency": "android_sdk", "version": "version:34v3"},
|
||||
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
|
||||
{"dependency": "open_jdk", "version": "version:17"},
|
||||
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
|
||||
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
|
||||
]
|
||||
shard: tool_integration_tests
|
||||
subshard: "5_5"
|
||||
tags: >
|
||||
["framework", "hostonly", "shard", "mac"]
|
||||
test_timeout_secs: "2700"
|
||||
|
Loading…
Reference in New Issue
Block a user