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

Commit 1da8f4e

Browse files
authored
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
1 parent 73cb7c2 commit 1da8f4e

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

.ci.yaml

+31-2
Original file line numberDiff line numberDiff line change
@@ -4656,6 +4656,7 @@ targets:
46564656
enabled_branches:
46574657
- beta
46584658
- stable
4659+
- main
46594660
properties:
46604661
task_name: flutter_packaging
46614662
tags: >
@@ -4669,6 +4670,7 @@ targets:
46694670
enabled_branches:
46704671
- beta
46714672
- stable
4673+
- main
46724674
properties:
46734675
task_name: flutter_packaging
46744676
tags: >
@@ -4683,10 +4685,13 @@ targets:
46834685
enabled_branches:
46844686
- beta
46854687
- stable
4688+
- main
46864689
properties:
46874690
task_name: flutter_packaging
46884691
tags: >
46894692
["framework", "hostonly", "shard", "mac"]
4693+
drone_dimensions: >
4694+
["cpu=arm64"]
46904695
46914696
46924697
- name: Windows flutter_packaging
@@ -4697,16 +4702,20 @@ targets:
46974702
enabled_branches:
46984703
- beta
46994704
- stable
4705+
- main
47004706
properties:
47014707
task_name: flutter_packaging
47024708
tags: >
47034709
["framework", "hostonly", "shard", "windows"]
47044710
47054711
4706-
- name: Linux docs_deploy
4712+
- name: Linux docs_deploy_beta
47074713
recipe: flutter/flutter
47084714
scheduler: release
47094715
bringup: true
4716+
enabled_branches:
4717+
- beta
4718+
- main
47104719
presubmit: false
47114720
timeout: 60
47124721
properties:
@@ -4720,5 +4729,25 @@ targets:
47204729
["framework", "hostonly", "linux"]
47214730
validation: docs_deploy
47224731
validation_name: Docs_deploy
4723-
# TODO(godofredoc): Update to docs-flutter-dev before release.
47244732
firebase_project: master-docs-flutter-dev
4733+
4734+
- name: Linux docs_deploy_stable
4735+
recipe: flutter/flutter
4736+
scheduler: release
4737+
bringup: true
4738+
enabled_branches:
4739+
- stable
4740+
presubmit: false
4741+
timeout: 60
4742+
properties:
4743+
cores: "32"
4744+
dependencies: >-
4745+
[
4746+
{"dependency": "dashing", "version": "0.4.0"},
4747+
{"dependency": "firebase", "version": "v11.0.1"}
4748+
]
4749+
tags: >
4750+
["framework", "hostonly", "linux"]
4751+
validation: docs_deploy
4752+
validation_name: Docs_deploy
4753+
firebase_project: docs-flutter-dev

0 commit comments

Comments
 (0)