File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
etc/kayobe/environments/ci-builder Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ stackhpc_release_pulp_password: "{{ stackhpc_docker_registry_password }}"
101101ipa_build_images : true
102102ipa_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.
You can’t perform that action at this time.
0 commit comments