Add Remaining Packaging Builders (#116683)
* add stable packaging builders * update testowners * consolidate and use enabled_branches * update to reflect the consolidation
This commit is contained in:
parent
ef40e3ea6f
commit
e52449b641
21
.ci.yaml
21
.ci.yaml
@ -4630,54 +4630,57 @@ targets:
|
|||||||
["devicelab", "hostonly", "mac"]
|
["devicelab", "hostonly", "mac"]
|
||||||
task_name: flutter_tool_startup__macos
|
task_name: flutter_tool_startup__macos
|
||||||
|
|
||||||
- name: Linux flutter_packaging_beta
|
- name: Linux flutter_packaging
|
||||||
recipe: packaging_v2/packaging_v2
|
recipe: packaging_v2/packaging_v2
|
||||||
timeout: 60
|
timeout: 60
|
||||||
scheduler: release
|
scheduler: release
|
||||||
bringup: true
|
bringup: true
|
||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
|
- stable
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging_beta
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
|
||||||
|
- name: Mac flutter_packaging
|
||||||
- name: Mac flutter_packaging_beta
|
|
||||||
recipe: packaging_v2/packaging_v2
|
recipe: packaging_v2/packaging_v2
|
||||||
timeout: 60
|
timeout: 60
|
||||||
scheduler: release
|
scheduler: release
|
||||||
bringup: true
|
bringup: true
|
||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
|
- stable
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging_beta
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "mac"]
|
["framework", "hostonly", "shard", "mac"]
|
||||||
|
|
||||||
|
|
||||||
- name: Mac_arm64 flutter_packaging_beta
|
- name: Mac_arm64 flutter_packaging
|
||||||
recipe: packaging_v2/packaging_v2
|
recipe: packaging_v2/packaging_v2
|
||||||
timeout: 60
|
timeout: 60
|
||||||
scheduler: release
|
scheduler: release
|
||||||
bringup: true
|
bringup: true
|
||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
|
- stable
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging_beta
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "mac"]
|
["framework", "hostonly", "shard", "mac"]
|
||||||
|
|
||||||
|
|
||||||
- name: Windows flutter_packaging_beta
|
- name: Windows flutter_packaging
|
||||||
recipe: packaging_v2/packaging_v2
|
recipe: packaging_v2/packaging_v2
|
||||||
timeout: 60
|
timeout: 60
|
||||||
scheduler: release
|
scheduler: release
|
||||||
bringup: true
|
bringup: true
|
||||||
enabled_branches:
|
enabled_branches:
|
||||||
- beta
|
- beta
|
||||||
|
- stable
|
||||||
properties:
|
properties:
|
||||||
task_name: flutter_packaging_beta
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "windows"]
|
["framework", "hostonly", "shard", "windows"]
|
||||||
|
|
||||||
|
@ -302,4 +302,4 @@
|
|||||||
# skp_generator @Hixie
|
# skp_generator @Hixie
|
||||||
# test_ownership @keyonghan
|
# test_ownership @keyonghan
|
||||||
# verify_binaries_codesigned @christopherfujino @flutter/releases
|
# verify_binaries_codesigned @christopherfujino @flutter/releases
|
||||||
# flutter_packaging_beta @godofredoc @flutter/infra
|
# flutter_packaging @godofredoc @flutter/infra
|
||||||
|
Loading…
x
Reference in New Issue
Block a user