We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75961b4 commit 4b0e36dCopy full SHA for 4b0e36d
.github/workflows/fatimage.yml
@@ -23,11 +23,11 @@ jobs:
23
matrix: # build RL8, RL9
24
build:
25
- image_name: openhpc-RL8
26
- source_image_name: rocky-latest-RL8
27
- inventory_groups: control,compute,login
+ source_image_name: Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2
+ inventory_groups: control,compute,login,update
28
- image_name: openhpc-RL9
29
- source_image_name: rocky-latest-RL9
30
+ source_image_name: Rocky-9-GenericCloud-Base-9.4-20240523.0.x86_64.qcow2
31
env:
32
ANSIBLE_FORCE_COLOR: True
33
OS_CLOUD: openstack
0 commit comments