Skip to content

Fix and re-enable image tag check #1527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,17 @@ jobs:
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
if: github.repository == 'stackhpc/stackhpc-kayobe-config'

# check-tags:
# name: Check container image tags
# needs:
# - check-changes
# - build-kayobe-image
# uses: ./.github/workflows/stackhpc-check-tags.yml
# with:
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
# if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
# secrets: inherit
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
check-tags:
name: Check container image tags
needs:
- check-changes
- build-kayobe-image
uses: ./.github/workflows/stackhpc-check-tags.yml
with:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
secrets: inherit
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

all-in-one-ubuntu-noble-ovs:
name: aio (Ubuntu Noble OVS)
Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ kolla_image_tags:
openstack:
rocky-9: master-rocky-9-20250213T114650
ubuntu-noble: master-ubuntu-noble-20250213T091307
bifrost_deploy:
rocky-9: master-rocky-9-20250219T145044
ubuntu-noble: master-ubuntu-noble-20250219T145044
1 change: 0 additions & 1 deletion etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ stackhpc_pulp_images_kolla:
- bifrost-deploy
- blazar-api
- blazar-manager
- caso
- cinder-api
- cinder-backup
- cinder-scheduler
Expand Down
Loading