Skip to content

Commit 9c15ec5

Browse files
authored
[ci] Run Windows Arm64 build tests post-submit (#6166)
The Flutter try pool does not have any Windows Arm64 machines. Thus, any Windows Arm64 pre-submit tests would fail without `bringup: true` as there's no machines to run them. This change will allow us to promote the Windows Arm64 build tests out of `bringup`. See: flutter/flutter#141986 Part of flutter/flutter#129813
1 parent 5f44e3d commit 9c15ec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,7 @@ targets:
14721472
14731473
- name: Windows_arm64 windows-build_all_packages master
14741474
recipe: packages/packages
1475+
presubmit: false
14751476
timeout: 30
14761477
bringup: true # https://github.com/flutter/flutter/issues/134083
14771478
properties:
@@ -1506,6 +1507,7 @@ targets:
15061507
15071508
- name: Windows_arm64 windows-build_all_packages stable
15081509
recipe: packages/packages
1510+
presubmit: false
15091511
timeout: 30
15101512
bringup: true
15111513
properties:

0 commit comments

Comments
 (0)