-
Notifications
You must be signed in to change notification settings - Fork 23
Use workflow images in aio ci #515
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
Conversation
4e90ca2
to
199c024
Compare
f434b6b
to
c9f78e5
Compare
4fec4ac
to
dab66f1
Compare
54ad5a1
to
9bc8555
Compare
Last thing to do is set a reasonable size for the runner disk. I'll keep letting the CI run and bump it by 5gb every time it fails. Should only take a couple of tries. |
The Rocky 8 jobs seem to be failing to boot. |
It's also failing to build a new image because of an unrelated issue. More yak shaving on the horizon |
Rocky 8 image still failing. Required checks will need updating following the ubuntu job rename. Currently these are required across all branches, so it would need to be an intersection of jobs between releases. Maybe consider not changing the focal job name to avoid this issue? https://github.com/stackhpc/stackhpc-release-train/blob/main/terraform/github/terraform.tfvars.json#L314 |
I'd like to build a new image but it's currently failing due to the openstacksdk python3.6 break upstream. I'd rather not put in a temporary fix when it won't be necessary for long.
Ah, I was wondering where those were defined. I'll revert the name change for the focal jobs, and look into expanding the required checks for stackhpc/yoga only |
Currently we can't do per-branch required checks. I don't think it's a big deal for now. |
ef17498
to
cb621f5
Compare
This change begins using stackhpc-built images in AIO CI jobs. The disk size of the AIO runners is minimised, and an LVM configuration is now included in the AIO environment. Minor improvements to the build process and AIO configuration are included to allow the CI tests to pass.
The openstacksdk bug was fixed upstream yesterday, so I rebuilt the Rocky 8 image and everything is passing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
This PR is not yet ready for review, I just want to run the CI and test it