Unverified Commit aa0a1a7a authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

shard windows build tests 3 -> 4 (#127057)

Time outs are currently making the tree red.

Fixes https://github.com/flutter/flutter/issues/127004
parent dad561f4
...@@ -4067,9 +4067,10 @@ targets: ...@@ -4067,9 +4067,10 @@ targets:
- bin/** - bin/**
- .ci.yaml - .ci.yaml
- name: Windows build_tests_1_3 - name: Windows build_tests_1_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
timeout: 60 timeout: 60
bringup: true
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
dependencies: >- dependencies: >-
...@@ -4081,13 +4082,14 @@ targets: ...@@ -4081,13 +4082,14 @@ targets:
{"dependency": "vs_build", "version": "version:vs2019"} {"dependency": "vs_build", "version": "version:vs2019"}
] ]
shard: build_tests shard: build_tests
subshard: "1_3" subshard: "1_4"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
- name: Windows build_tests_2_3 - name: Windows build_tests_2_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
timeout: 60 timeout: 60
bringup: true
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
dependencies: >- dependencies: >-
...@@ -4099,13 +4101,14 @@ targets: ...@@ -4099,13 +4101,14 @@ targets:
{"dependency": "vs_build", "version": "version:vs2019"} {"dependency": "vs_build", "version": "version:vs2019"}
] ]
shard: build_tests shard: build_tests
subshard: "2_3" subshard: "2_4"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
- name: Windows build_tests_3_3 - name: Windows build_tests_3_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
timeout: 60 timeout: 60
bringup: true
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
dependencies: >- dependencies: >-
...@@ -4117,7 +4120,26 @@ targets: ...@@ -4117,7 +4120,26 @@ targets:
{"dependency": "vs_build", "version": "version:vs2019"} {"dependency": "vs_build", "version": "version:vs2019"}
] ]
shard: build_tests shard: build_tests
subshard: "3_3" subshard: "3_4"
tags: >
["framework", "hostonly", "shard", "windows"]
- name: Windows build_tests_4_4
recipe: flutter/flutter_drone
timeout: 60
bringup: true
properties:
add_recipes_cq: "true"
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
{"dependency": "chrome_and_driver", "version": "version:96.2"},
{"dependency": "open_jdk", "version": "version:11"},
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"},
{"dependency": "vs_build", "version": "version:vs2019"}
]
shard: build_tests
subshard: "4_4"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
......
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