Skip to content

Commit 38f16c4

Browse files
committed
Add initial container image tags for Epoxy
1 parent b499f8f commit 38f16c4

File tree

2 files changed

+34
-46
lines changed

2 files changed

+34
-46
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22

33
concurrency:
4-
group: stackhpc-pull-request-${{ github.event.pull_request.number || github.ref }}
4+
group: stackhpc-pull-request-${{ github.ref }}
55
cancel-in-progress: true
66

77
name: Pull request
88
'on':
9-
pull_request:
9+
push:
1010
jobs:
1111
# Detect which files have changed and use this to run jobs conditionally.
1212
# Note that we can't use the workflow-level paths attribute since this
@@ -118,34 +118,34 @@ jobs:
118118
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
119119
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
120120

121-
# check-tags:
122-
# name: Check container image tags
123-
# needs:
124-
# - check-changes
125-
# - build-kayobe-image
126-
# uses: ./.github/workflows/stackhpc-check-tags.yml
127-
# with:
128-
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
129-
# if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
130-
# secrets: inherit
131-
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
121+
check-tags:
122+
name: Check container image tags
123+
needs:
124+
- check-changes
125+
- build-kayobe-image
126+
uses: ./.github/workflows/stackhpc-check-tags.yml
127+
with:
128+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
129+
if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
130+
secrets: inherit
131+
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
132132

133-
# all-in-one-ubuntu-noble-ovn:
134-
# name: aio (Ubuntu Noble OVN)
135-
# needs:
136-
# - check-changes
137-
# - build-kayobe-image
138-
# uses: ./.github/workflows/stackhpc-all-in-one.yml
139-
# with:
140-
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
141-
# os_distribution: ubuntu
142-
# os_release: noble
143-
# ssh_username: ubuntu
144-
# neutron_plugin: ovn
145-
# OS_CLOUD: openstack
146-
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
147-
# secrets: inherit
148-
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
133+
all-in-one-ubuntu-noble-ovn:
134+
name: aio (Ubuntu Noble OVN)
135+
needs:
136+
- check-changes
137+
- build-kayobe-image
138+
uses: ./.github/workflows/stackhpc-all-in-one.yml
139+
with:
140+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
141+
os_distribution: ubuntu
142+
os_release: noble
143+
ssh_username: ubuntu
144+
neutron_plugin: ovn
145+
OS_CLOUD: openstack
146+
if: ${{ needs.check-changes.outputs.aio == 'true' }}
147+
secrets: inherit
148+
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
149149

150150
# all-in-one-rocky-9-ovs:
151151
# name: aio (Rocky 9 OVS)

etc/kayobe/kolla-image-tags.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,8 @@
55
# TODO: Rebuild epoxy images
66
kolla_image_tags:
77
openstack:
8-
rocky-9: master-rocky-9-20250213T114650
9-
ubuntu-noble: master-ubuntu-noble-20250213T091307
10-
bifrost_deploy:
11-
rocky-9: master-rocky-9-20250219T145044
12-
ubuntu-noble: master-ubuntu-noble-20250219T145044
13-
ovn_sb_db_relay:
14-
rocky-9: master-rocky-9-20250305T111730
15-
ubuntu-noble: master-ubuntu-noble-20250305T111730
16-
prometheus:
17-
rocky-9: master-rocky-9-20250430T112026
18-
ubuntu-noble: master-ubuntu-noble-20250430T112026
19-
rabbitmq:
20-
rocky-9: master-rocky-9-20250502T080944
21-
ubuntu-noble: master-ubuntu-noble-20250502T080944
22-
skyline:
23-
rocky-9: master-rocky-9-20250425T091159
24-
ubuntu-noble: master-ubuntu-noble-20250425T091159
8+
# Incomplete - no neutron_server RL9 images yet
9+
rocky-9: 2025.1-rocky-9-20250522T091225
10+
ubuntu-noble: 2025.1-ubuntu-noble-20250522T091225
11+
neutron_server:
12+
ubuntu-noble: 2025.1-ubuntu-noble-20250529T094839

0 commit comments

Comments
 (0)