Skip to content

Commit

Permalink
[Windows Arm64] Add first device lab test (#133895)
Browse files Browse the repository at this point in the history
Adds the first Windows Arm64 devicelab test. The builder for this test won't be created until after this lands on master, so we can't actually test this until this is merged.
  • Loading branch information
loic-sharma authored Sep 1, 2023
1 parent 5649161 commit df8ee8d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@ platform_properties:
]
os: Windows-10
device_type: none
windows_arm64:
properties:
dependencies: >-
[
{"dependency": "certs", "version": "version:9563bb"}
]
os: Windows-10
device_type: none
cpu: arm64
windows_android:
properties:
dependencies: >-
Expand Down Expand Up @@ -4985,6 +4994,20 @@ targets:
]
task_name: hello_world_win_desktop__compile

- name: Windows_arm64 hello_world_win_desktop__compile
recipe: devicelab/devicelab_drone
bringup: true
presubmit: false
timeout: 60
properties:
tags: >
["devicelab", "hostonly", "windows", "arm64"]
dependencies: >-
[
{"dependency": "vs_build", "version": "version:vs2019"}
]
task_name: hello_world_win_desktop__compile

- name: Windows flutter_gallery_win_desktop__compile
recipe: devicelab/devicelab_drone
presubmit: false
Expand Down

0 comments on commit df8ee8d

Please sign in to comment.