* Migrate Packaging Builders to .ci.yaml (#115569)
* packaging builder initial config
* add release scheduler parameter
* remove stables
* add taskname + test owner
* testowner test
* comment structure
* test naming convention
* test adding tags
* add timeout
* prune names
* Update testowners.
* Move packaging to shards section.
* Set packaging as shard.
* Use packaging V2
Co-authored-by: godofredoc <godofredoc@google.com>
* Revert deleted line.
* use deploy suffix (#116533)
* Update docs_deploy builder with the real name. (#116631)
This is removing the temporary comments and simplifying the name.
Bug: https://github.com/flutter/flutter/issues/115489
* Add Remaining Packaging Builders (#116683)
* add stable packaging builders
* update testowners
* consolidate and use enabled_branches
* update to reflect the consolidation
* 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
* Pass drone_dimensions as part of the main target. (#116812)
* Pass drone_dimensions as part of the main target.
Drone dimensions were passed as properties when the sharding utility is
expecting them in the target.
Bug: https://github.com/flutter/flutter/issues/116794
* Use dimensions instead of drone_dimensions.
* Use a map format.
Co-authored-by: sealesj <103135467+sealesj@users.noreply.github.com>