Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP: ci.yaml changes for packaging (flutter#117133)
* Migrate Packaging Builders to .ci.yaml (flutter#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 (flutter#116533) * Update docs_deploy builder with the real name. (flutter#116631) This is removing the temporary comments and simplifying the name. Bug: flutter#115489 * Add Remaining Packaging Builders (flutter#116683) * add stable packaging builders * update testowners * consolidate and use enabled_branches * update to reflect the consolidation * Several fixes to packaging builders. (flutter#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. (flutter#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: flutter#116794 * Use dimensions instead of drone_dimensions. * Use a map format. Co-authored-by: sealesj <103135467+sealesj@users.noreply.github.com>
- Loading branch information