mirror of
https://github.com/flutter/packages.git
synced 2025-06-25 01:39:09 +08:00
[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: https://github.com/flutter/flutter/issues/141986 Part of https://github.com/flutter/flutter/issues/129813
This commit is contained in:
2
.ci.yaml
2
.ci.yaml
@ -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:
|
||||
@ -1506,6 +1507,7 @@ targets:
|
||||
|
||||
- name: Windows_arm64 windows-build_all_packages stable
|
||||
recipe: packages/packages
|
||||
presubmit: false
|
||||
timeout: 30
|
||||
bringup: true
|
||||
properties:
|
||||
|
Reference in New Issue
Block a user