Skip to content

Commit 30b1094

Browse files
authored
[ci] Remove device_type property from Windows Arm64 properties (flutter#5193)
The Windows Arm64 tests are failing to start as no machines match desired properties. This removes the `device_type: none` property as no Windows Arm64 machines match this ([with `device_type`](https://chromium-swarm.appspot.com/botlist?c=id&c=task&c=os&c=status&d=asc&f=cpu%3Aarm64&f=os%3AWindows&f=pool%3Aluci.flutter.staging&f=device_type%3Anone&s=id), [without `device_type`](https://chromium-swarm.appspot.com/botlist?c=id&c=task&c=os&c=status&d=asc&f=cpu%3Aarm64&f=os%3AWindows&f=pool%3Aluci.flutter.staging&s=id)). This matches the corresponding framework `.ci.yaml` platform properties, which also omits the `device_type: none` for Windows Arm64: https://github.com/flutter/flutter/blob/997a94fd1f022492b6c955013eeec7e4c4e67c62/.ci.yaml#L192-L209 Part of flutter#129813
1 parent 5c6cb75 commit 30b1094

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ platform_properties:
6868
[
6969
{"dependency": "certs", "version": "version:9563bb"}
7070
]
71-
device_type: none
7271
os: Windows
7372
cpu: arm64
7473
windows_x64:

0 commit comments

Comments
 (0)