Skip to content

Commit b499f8f

Browse files
authored
2025.1 Fix kayobe container image builds (#1666)
* Bump kayobe automation submodule * Pin Kayobe to latest Epoxy release * Re-enable kayobe container image builds
1 parent 7ef68e5 commit b499f8f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
# when the parent jobs completed successfully or were skipped. We pass an
110110
# 'if' argument to the called workflow to allow running it conditionally.
111111

112-
# build-kayobe-image:
113-
# name: Build Kayobe Image
114-
# needs:
115-
# - check-changes
116-
# uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
117-
# with:
118-
# if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
119-
# if: github.repository == 'stackhpc/stackhpc-kayobe-config'
112+
build-kayobe-image:
113+
name: Build Kayobe Image
114+
needs:
115+
- check-changes
116+
uses: ./.github/workflows/stackhpc-build-kayobe-image.yml
117+
with:
118+
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
119+
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
120120

121121
# check-tags:
122122
# name: Check container image tags

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/2025.1
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/18.0.0.0rc1.2
22
ansible-modules-hashivault>=5.2.1
33
jmespath

0 commit comments

Comments
 (0)