File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 SOURCE_IMAGES_MAP : |
3434 {
3535 "RL8": {
36- "openstack.openhpc": "rocky-latest-RL8"
36+ "openstack.openhpc": "rocky-latest-test- RL8"
3737 },
3838 "RL9": {
39- "openstack.openhpc": "rocky-latest-RL9"
39+ "openstack.openhpc": "rocky-latest-test- RL9"
4040 }
4141 }
4242
Original file line number Diff line number Diff line change 2727 - RL8
2828 - RL9
2929 build :
30- - openstack.rocky-latest
30+ - openstack.rocky-latest-test
3131 env :
3232 ANSIBLE_FORCE_COLOR : True
3333 OS_CLOUD : openstack
@@ -138,7 +138,7 @@ jobs:
138138 - RL8
139139 - RL9
140140 image :
141- - rocky-latest
141+ - rocky-latest-test
142142 exclude :
143143 - target_cloud : LEAFCLOUD
144144 env :
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ variable "volume_size" {
127127 default = {
128128 # fat image builds, GB:
129129 rocky-latest = 15
130+ rocky-latest-test = 15
130131 openhpc = 15
131132 }
132133}
@@ -152,6 +153,7 @@ variable "groups" {
152153 default = {
153154 # fat image builds:
154155 rocky-latest = [" update" ]
156+ rocky-latest-test = [" update" ]
155157 openhpc = [" control" , " compute" , " login" ]
156158 }
157159}
@@ -206,6 +208,12 @@ build {
206208 image_name = " ${ source . name } -${ var . os_version } "
207209 }
208210
211+ # latest nightly image test:
212+ source "source.openstack.openhpc" {
213+ name = " rocky-latest-test"
214+ image_name = " ${ source . name } -${ var . os_version } "
215+ }
216+
209217 # fat image:
210218 source "source.openstack.openhpc" {
211219 name = " openhpc"
You can’t perform that action at this time.
0 commit comments