Skip to content

2025.1 Fix kayobe container image builds #1666

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 3 commits into from
May 21, 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
2 changes: 1 addition & 1 deletion .automation
16 changes: 8 additions & 8 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ jobs:
# when the parent jobs completed successfully or were skipped. We pass an
# 'if' argument to the called workflow to allow running it conditionally.

# build-kayobe-image:
# name: Build Kayobe Image
# needs:
# - check-changes
# uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
# with:
# if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
# if: github.repository == 'stackhpc/stackhpc-kayobe-config'
build-kayobe-image:
name: Build Kayobe Image
needs:
- check-changes
uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
with:
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
if: github.repository == 'stackhpc/stackhpc-kayobe-config'

# check-tags:
# name: Check container image tags
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/2025.1
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/18.0.0.0rc1.2
ansible-modules-hashivault>=5.2.1
jmespath
Loading