Fix Ubuntu Jammy to Noble upgrade AIO job#2309
Open
seunghun1ee wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request increases the LVM /var logical volume size from 2g to 5g for the CI-AIO environment and updates several Ubuntu repository versions in the Pulp configuration. There are no review comments to address, and I have no additional feedback to provide.
Member
Author
|
Testing PR is at #2305 |
627466f to
f2698bd
Compare
During create_aio_resources, host package build-essential gets installed as a dependency. This package relies on three other packages: g++-11, gcc-11-base and libstdc++-11-dev. Additionally, g++-11 requires gcc-11-base too. Current tag of Ubuntu Jammy repo has gcc-11-base with version 11.4.0-1ubuntu1~22.04.3. However, it only has g++-11 with version 11.4.0-1ubuntu1~22.04, which is older than g++-11's version. Since apt prevents downgrading, installation of build-essential fails. Bumping all Ubuntu repo tags to the ones that are one day behind the tags on stackhpc/2025.1
Ubuntu Jammy -> Noble AIO upgrade jobs are currently failing due to the Docker LV being >90% full. This change increases the overall volume size available to the instance, as well as increasing the LV size for the /var LV as that was also >90% utilised. (cherry picked from commit 9823037)
f2698bd to
b8a9cba
Compare
This file contains hidden or 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
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.
No description provided.