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

Apply wheel job fixes from 0.13.0 release (backport #896) #904

Merged
merged 1 commit into from
Jun 17, 2023

Commits on Jun 16, 2023

  1. Apply wheel job fixes from 0.13.0 release (#896)

    * Apply wheel job fixes from 0.13.0 release
    
    This commit applies the various fixes needed to the wheel publishing job
    definitions for the 0.13.0 release. There were several jon errors during
    the release which were caused by various changes made to rustworkx,
    upstream dependencies, and CI environment since the 0.12.0 which caused
    issues during the release process. #753 should still be finished to
    simplify the job definitions, but that should be rebased to take this
    more targeted fix. The intent is for this to be a minimal diff for
    backporting to stable/0.13 for a future 0.13.1 release.
    
    Of particular importance here though is the change in support tier for
    s390x from 3 to 4. This was caused by repeated issues with timeouts
    caused by running tests during the s390x linux wheel builds. To ensure
    we can reliably build the wheels this drops the testing from the s390x
    so that they can reliably complete in 12 job hours.
    
    * Fix docs
    
    * Update releasenotes/notes/s390x-tier-4-1701a0f044759cd1.yaml
    
    * Update releasenotes/notes/s390x-tier-4-1701a0f044759cd1.yaml
    
    Co-authored-by: Edwin Navarro <[email protected]>
    
    ---------
    
    Co-authored-by: Edwin Navarro <[email protected]>
    (cherry picked from commit 8720cd3)
    mtreinish authored and mergify[bot] committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ec0d342 View commit details
    Browse the repository at this point in the history