Skip to content

Commit f4c5cfe

Browse files
committed
stop using rocky-latest-test images in CI
1 parent 33ffa65 commit f4c5cfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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-test-RL8"
36+
"openstack.openhpc": "rocky-latest-RL8"
3737
},
3838
"RL9": {
39-
"openstack.openhpc": "rocky-latest-test-RL9"
39+
"openstack.openhpc": "rocky-latest-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-test
30+
- openstack.rocky-latest
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-test
141+
- rocky-latest
142142
exclude:
143143
- target_cloud: LEAFCLOUD
144144
env:

0 commit comments

Comments
 (0)