Skip to content

Commit f2aab02

Browse files
authored
Merge pull request #1527 from stackhpc/fix-tag-check
Fix and re-enable image tag check
2 parents 10e9a00 + 92ea4bb commit f2aab02

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@ jobs:
115115
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
116116
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
117117

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

130130
all-in-one-ubuntu-noble-ovs:
131131
name: aio (Ubuntu Noble OVS)

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ kolla_image_tags:
77
openstack:
88
rocky-9: master-rocky-9-20250213T114650
99
ubuntu-noble: master-ubuntu-noble-20250213T091307
10+
bifrost_deploy:
11+
rocky-9: master-rocky-9-20250219T145044
12+
ubuntu-noble: master-ubuntu-noble-20250219T145044

etc/kayobe/pulp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ stackhpc_pulp_images_kolla:
425425
- bifrost-deploy
426426
- blazar-api
427427
- blazar-manager
428-
- caso
429428
- cinder-api
430429
- cinder-backup
431430
- cinder-scheduler

0 commit comments

Comments
 (0)