Skip to content

Commit

Permalink
[ci] Remove device_type property from Windows Arm64 properties (flutt…
Browse files Browse the repository at this point in the history
…er#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/flutter#129813
  • Loading branch information
loic-sharma authored and HugoOlthof committed Dec 13, 2023
1 parent f49da84 commit a906e29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ platform_properties:
[
{"dependency": "certs", "version": "version:9563bb"}
]
device_type: none
os: Windows
cpu: arm64
windows_x64:
Expand Down

0 comments on commit a906e29

Please sign in to comment.