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

Fix GPU wheel builds on release #2034

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

mtreinish
Copy link
Member

Summary

For the previous few releases the GPU wheel builds have failed to upload. The root cause of this issue was that an earlier CI stage was deleting on the locally cached docker images to free up space for installing CUDA and all the GPU build requirements in the test VM. Removing these docker images prevented the upstream action we run to publish the wheels from working as it relied on having a docker image available that couldn't be fetched from the default image repository. This commit fixes this issue for future releases by ensuring we don't delete the local docker cache in the GPU publish jobs. For the 0.13.2 releases this was manually applied and run to publish the wheels and this PR is applying the fix for future releases.

Details and comments

For the previous few releases the GPU wheel builds have failed to
upload. The root cause of this issue was that an earlier CI stage was
deleting on the locally cached docker images to free up space for
installing CUDA and all the GPU build requirements in the test VM.
Removing these docker images prevented the upstream action we run to
publish the wheels from working as it relied on having a docker image
available that couldn't be fetched from the default image repository.
This commit fixes this issue for future releases by ensuring we don't
delete the local docker cache in the GPU publish jobs. For the 0.13.2
releases this was manually applied and run to publish the wheels and
this PR is applying the fix for future releases.
@doichanj doichanj added stable-backport-potential The issue or PR might be minimal and/or import enough to backport to stable Changelog: Bugfix Include in the Fixed section of the changelog labels Jan 18, 2024
@doichanj doichanj merged commit d7025de into Qiskit:main Jan 18, 2024
35 checks passed
doichanj pushed a commit to doichanj/qiskit-aer that referenced this pull request Feb 6, 2024
For the previous few releases the GPU wheel builds have failed to
upload. The root cause of this issue was that an earlier CI stage was
deleting on the locally cached docker images to free up space for
installing CUDA and all the GPU build requirements in the test VM.
Removing these docker images prevented the upstream action we run to
publish the wheels from working as it relied on having a docker image
available that couldn't be fetched from the default image repository.
This commit fixes this issue for future releases by ensuring we don't
delete the local docker cache in the GPU publish jobs. For the 0.13.2
releases this was manually applied and run to publish the wheels and
this PR is applying the fix for future releases.
@doichanj doichanj mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the Fixed section of the changelog stable-backport-potential The issue or PR might be minimal and/or import enough to backport to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants