Skip to content

Commit 3e80268

Browse files
committed
set up rocky-latest-test builds and ci
1 parent f23be23 commit 3e80268

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/fatimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/nightlybuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:

packer/openstack.pkr.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)