Skip to content

Commit

Permalink
[ci] Run Windows Arm64 build tests post-submit (#6166)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
loic-sharma authored Feb 21, 2024
1 parent 5f44e3d commit 9c15ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,7 @@ targets:
- name: Windows_arm64 windows-build_all_packages master
recipe: packages/packages
presubmit: false
timeout: 30
bringup: true # https://github.com/flutter/flutter/issues/134083
properties:
Expand Down Expand Up @@ -1506,6 +1507,7 @@ targets:
- name: Windows_arm64 windows-build_all_packages stable
recipe: packages/packages
presubmit: false
timeout: 30
bringup: true
properties:
Expand Down

0 comments on commit 9c15ec5

Please sign in to comment.