-
Notifications
You must be signed in to change notification settings - Fork 34
Fix RL8.6 and EPEL repo changes #245
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
Checks were failing as volumes were /dev/sd*. Fixed by running:
|
f3a8060
to
751e2c2
Compare
… avoid RL8.7 volume reboot issue
751e2c2
to
6c75d98
Compare
Closed and reopened to force CI to run |
@@ -1,6 +1,7 @@ | |||
flavor = "vm.alaska.cpu.general.small" | |||
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60 | |||
source_image_name = "openhpc-221118-1422.qcow2" | |||
source_image_name = "openhpc-230106-1107.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13 | |||
#source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2" |
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.
While this is a fine workaround for now, we should probably put some time into working out how to build from Rocky GenericCloud images again when we have the capacity.
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.
We can built from GenericCloud 8.6 images, that is what the "fat" image openhpc-221118-1422.qcow2
is based on (the link to the fat image PR is the other change in the TF). We just can't build from 8.7 images cause they appear to be broken.
Uh oh!
There was an error while loading. Please reload this page.