Skip to content

Commit 9589667

Browse files
Distribution release variable
1 parent 766da84 commit 9589667

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ipa-image-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ jobs:
206206
kayobe overcloud deployment image build --force-rebuild \
207207
-e os_distribution="ubuntu" \
208208
-e os_release="jammy" \
209-
-e ipa_ci_builder_distribution="ubuntu"
209+
-e ipa_ci_builder_distribution="ubuntu" \
210+
-e ipa_ci_builder_release="jammy"
210211
env:
211212
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
212213
if: inputs.ubuntu-jammy
@@ -264,7 +265,8 @@ jobs:
264265
kayobe overcloud deployment image build --force-rebuild \
265266
-e os_distribution="rocky" \
266267
-e os_release="9" \
267-
-e ipa_ci_builder_distribution="rocky"
268+
-e ipa_ci_builder_distribution="rocky" \
269+
-e ipa_ci_builder_release="9"
268270
env:
269271
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
270272
if: inputs.rocky9

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ stackhpc_release_pulp_password: "{{ stackhpc_docker_registry_password }}"
101101
ipa_build_images: true
102102
ipa_build_dib_env_extra:
103103
DISTRO_NAME: "{{ ipa_ci_builder_distribution | default('ubuntu') }}"
104-
DIB_RELEASE: "{{ os_release }}"
104+
DIB_RELEASE: "{{ ipa_ci_builder_release | default('jammy') }}"
105105

106106
# Ensure Ark repos are disabled during CI runs, this is due to
107107
# builder being a member of the 'overcloud' group for IPA builds.

0 commit comments

Comments
 (0)