Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Several fixes to packaging builders. (#116800)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
godofredoc committed Dec 9, 2022
1 parent 73cb7c2 commit 1da8f4e
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions .ci.yaml
Expand Up @@ -4656,6 +4656,7 @@ targets:
enabled_branches:
- beta
- stable
- main
properties:
task_name: flutter_packaging
tags: >
Expand All @@ -4669,6 +4670,7 @@ targets:
enabled_branches:
- beta
- stable
- main
properties:
task_name: flutter_packaging
tags: >
Expand All @@ -4683,10 +4685,13 @@ targets:
enabled_branches:
- beta
- stable
- main
properties:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
drone_dimensions: >
["cpu=arm64"]
- name: Windows flutter_packaging
Expand All @@ -4697,16 +4702,20 @@ targets:
enabled_branches:
- beta
- stable
- main
properties:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "windows"]
- name: Linux docs_deploy
- name: Linux docs_deploy_beta
recipe: flutter/flutter
scheduler: release
bringup: true
enabled_branches:
- beta
- main
presubmit: false
timeout: 60
properties:
Expand All @@ -4720,5 +4729,25 @@ targets:
["framework", "hostonly", "linux"]
validation: docs_deploy
validation_name: Docs_deploy
# TODO(godofredoc): Update to docs-flutter-dev before release.
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

0 comments on commit 1da8f4e

Please sign in to comment.