forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wheel build on wheel change pr #29
Closed
jakelishman
wants to merge
3
commits into
wheel-build-on-wheel-change
from
wheel-build-on-wheel-change-pr
Closed
Wheel build on wheel change pr #29
jakelishman
wants to merge
3
commits into
wheel-build-on-wheel-change
from
wheel-build-on-wheel-change-pr
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 17:09
30c5f04
to
b1b9b05
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 17:10
2bcff29
to
dfe148d
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 17:11
b1b9b05
to
0558af6
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 17:12
dfe148d
to
7c64479
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 17:14
0558af6
to
9699425
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
2 times, most recently
from
October 14, 2024 20:08
5979802
to
263b97b
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 20:15
9699425
to
99a21ed
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 20:16
263b97b
to
5050b95
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 20:17
99a21ed
to
005bfd7
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
2 times, most recently
from
October 14, 2024 20:18
bd26776
to
16e7921
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 20:31
005bfd7
to
95f4b9d
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 20:31
16e7921
to
d191809
Compare
Refactor the wheels-build and deployment workflow into one re-usable "build wheels" workflow and two orchestration workflows. The orchestration workflows are the existing "tag push" event, which also deploys the wheels to PyPI, and a new "PR" trigger that runs the all-wheels build if the PR is labelled with `ci: test wheels`. The deployment job is slightly reorganised so that all the "core" platforms build and deploy before the less common platforms even begin the build. The core platforms are all tier 1 platforms, the 32-bit platforms, and the sdist. These core platforms were already tied together, but the other platforms ran concurrently with them. This could lead to other projects' CI failing when Qiskit was part way through a deployment. The "other" wheels are all tied together in this PR mostly as a convenience to avoid repetition. They could easily be untied from each other (as the current state does).
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
from
October 14, 2024 20:58
95f4b9d
to
64791b6
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 21:03
d191809
to
9dfbc00
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 21:11
9dfbc00
to
43afe06
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change-pr
branch
from
October 14, 2024 21:24
611c291
to
9d29e7f
Compare
jakelishman
force-pushed
the
wheel-build-on-wheel-change
branch
2 times, most recently
from
October 14, 2024 21:54
45169f2
to
2c62663
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Details and comments