diff --git a/.ci.yaml b/.ci.yaml index 0bcceb28bf38..e1e583b4ee07 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4332,3 +4332,106 @@ targets: ["devicelab", "android", "windows"] task_name: windows_chrome_dev_mode scheduler: luci + + - name: Linux flutter_packaging + recipe: packaging_v2/packaging_v2 + timeout: 60 + scheduler: release + bringup: true + enabled_branches: + - beta + - stable + - main + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "linux"] + + - name: Mac flutter_packaging + recipe: packaging_v2/packaging_v2 + timeout: 60 + scheduler: release + bringup: true + enabled_branches: + - beta + - stable + - main + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "mac"] + + + - name: Mac_arm64 flutter_packaging + recipe: packaging_v2/packaging_v2 + timeout: 60 + scheduler: release + bringup: true + enabled_branches: + - beta + - stable + - main + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "mac"] + dimensions: + cpu: "arm64" + + - name: Windows flutter_packaging + recipe: packaging_v2/packaging_v2 + timeout: 60 + scheduler: release + bringup: true + enabled_branches: + - beta + - stable + - main + properties: + task_name: flutter_packaging + tags: > + ["framework", "hostonly", "shard", "windows"] + + + - name: Linux docs_deploy_beta + recipe: flutter/flutter + scheduler: release + bringup: true + enabled_branches: + - beta + - main + presubmit: false + timeout: 60 + properties: + cores: "32" + dependencies: >- + [ + {"dependency": "dashing", "version": "0.4.0"}, + {"dependency": "firebase", "version": "v11.0.1"} + ] + tags: > + ["framework", "hostonly", "linux"] + validation: docs_deploy + validation_name: Docs_deploy + firebase_project: master-docs-flutter-dev + + - name: Linux docs_deploy_stable + recipe: flutter/flutter + scheduler: release + bringup: true + enabled_branches: + - stable + presubmit: false + timeout: 60 + properties: + cores: "32" + dependencies: >- + [ + {"dependency": "dashing", "version": "0.4.0"}, + {"dependency": "firebase", "version": "v11.0.1"} + ] + tags: > + ["framework", "hostonly", "linux"] + validation: docs_deploy + validation_name: Docs_deploy + firebase_project: docs-flutter-dev diff --git a/TESTOWNERS b/TESTOWNERS index 37a22825ab1f..66cf9cdf5132 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -262,3 +262,4 @@ # skp_generator @Hixie # test_ownership @keyonghan # verify_binaries_codesigned @christopherfujino @flutter/releases +# flutter_packaging @godofredoc @flutter/infra