Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP: ci.yaml changes for packaging #117038

Merged

Commits on Dec 14, 2022

  1. 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>
    sealesj and godofredoc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2105f68 View commit details
    Browse the repository at this point in the history
  2. use deploy suffix (flutter#116533)

    sealesj authored and godofredoc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6ea9f95 View commit details
    Browse the repository at this point in the history
  3. Update docs_deploy builder with the real name. (flutter#116631)

    This is removing the temporary comments and simplifying the name.
    
    Bug: flutter#115489
    godofredoc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e8adf14 View commit details
    Browse the repository at this point in the history
  4. Add Remaining Packaging Builders (flutter#116683)

    * add stable packaging builders
    
    * update testowners
    
    * consolidate and use enabled_branches
    
    * update to reflect the consolidation
    sealesj authored and godofredoc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9816d5d View commit details
    Browse the repository at this point in the history
  5. 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
    godofredoc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ab3fd9e View commit details
    Browse the repository at this point in the history
  6. 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.
    godofredoc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    93658bb View commit details
    Browse the repository at this point in the history