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 #896

Merged
merged 5 commits into from
Jun 16, 2023

Commits on Jun 8, 2023

  1. 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. Qiskit#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.
    mtreinish committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    2f01477 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Fix docs

    mtreinish committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b281d88 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    118f17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50137e View commit details
    Browse the repository at this point in the history
  3. Update releasenotes/notes/s390x-tier-4-1701a0f044759cd1.yaml

    Co-authored-by: Edwin Navarro <enavarro@comcast.net>
    mtreinish and enavarro51 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    306e05b View commit details
    Browse the repository at this point in the history