Unverified Commit 1da8f4ed authored by godofredoc's avatar godofredoc Committed by GitHub

Several fixes to packaging builders. (#116800)

It includes the following changes:

* Adds main as the enabled branches.
* Adds docs_beta and docs_stable to pass the expected gcp project.
* Adds dimensions to packaging arm64 to ensure that it runs on arm64
  bot.

Bug: https://github.com/orgs/flutter/projects/43
parent 73cb7c2f
...@@ -4656,6 +4656,7 @@ targets: ...@@ -4656,6 +4656,7 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
...@@ -4669,6 +4670,7 @@ targets: ...@@ -4669,6 +4670,7 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
...@@ -4683,10 +4685,13 @@ targets: ...@@ -4683,10 +4685,13 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
drone_dimensions: >
["cpu=arm64"]
- name: Windows flutter_packaging - name: Windows flutter_packaging
...@@ -4697,16 +4702,20 @@ targets: ...@@ -4697,16 +4702,20 @@ targets:
enabled_branches: enabled_branches:
- beta - beta
- stable - stable
- main
properties: properties:
task_name: flutter_packaging task_name: flutter_packaging
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
- name: Linux docs_deploy - name: Linux docs_deploy_beta
recipe: flutter/flutter recipe: flutter/flutter
scheduler: release scheduler: release
bringup: true bringup: true
enabled_branches:
- beta
- main
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
...@@ -4720,5 +4729,25 @@ targets: ...@@ -4720,5 +4729,25 @@ targets:
["framework", "hostonly", "linux"] ["framework", "hostonly", "linux"]
validation: docs_deploy validation: docs_deploy
validation_name: Docs_deploy validation_name: Docs_deploy
# TODO(godofredoc): Update to docs-flutter-dev before release.
firebase_project: master-docs-flutter-dev 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment