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(ci): do not use destructive packing when building charms for release #42

Merged

Conversation

NucciTheBoss
Copy link
Member

This PR sets the destructive-mode option for the upload-charm action to false. Pulling the down the base LXD instance will add some extra time onto the workflow run, but it make us not be dependent on the base OS of the GitHub runner VM to release the Slurm charms. This is especially helpful for it we need to release multiple the Slurm charms with support for multiple bases. Eventually we'll either want to replace the cryptography dependency that takes so long to build, or use the ccc tool to cache the Slurm charms dependencies so that the build for them is quicker.

Just for added insurance, I also updated the CHARMCRAFT_AUTH secret.

Related issues

Sets the `destructive-mode` option for the `upload-charm` action to false.
Pulling the down the base LXD instance will add some extra time onto the
workflow run, but it make us not be dependent on the base OS of the
GitHub runner VM.

Eventually we'll either want to replace the `cryptography` dependency
that takes so long to build, or use the `ccc` tool to cache the Slurm
charms dependencies so that the build for them is quicker.

Signed-off-by: Jason C. Nucciarone <[email protected]>
@NucciTheBoss NucciTheBoss added the bug Something isn't working label Nov 22, 2024
@NucciTheBoss
Copy link
Member Author

This PR needs to be landed to unblock charmed-hpc/charmed-hpc-terraform#9

@wolsen wolsen merged commit 84615ce into charmed-hpc:main Nov 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release workflow is busted due to Ubuntu version mismatch
2 participants