File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,17 @@ jobs:
115
115
if : ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
116
116
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
117
117
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' }}
129
129
130
130
all-in-one-ubuntu-noble-ovs :
131
131
name : aio (Ubuntu Noble OVS)
Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ kolla_image_tags:
7
7
openstack :
8
8
rocky-9 : master-rocky-9-20250213T114650
9
9
ubuntu-noble : master-ubuntu-noble-20250213T091307
10
+ bifrost_deploy :
11
+ rocky-9 : master-rocky-9-20250219T145044
12
+ ubuntu-noble : master-ubuntu-noble-20250219T145044
Original file line number Diff line number Diff line change @@ -425,7 +425,6 @@ stackhpc_pulp_images_kolla:
425
425
- bifrost-deploy
426
426
- blazar-api
427
427
- blazar-manager
428
- - caso
429
428
- cinder-api
430
429
- cinder-backup
431
430
- cinder-scheduler
You can’t perform that action at this time.
0 commit comments