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:
206
206
kayobe overcloud deployment image build --force-rebuild \
207
207
-e os_distribution="ubuntu" \
208
208
-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"
210
211
env :
211
212
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
212
213
if : inputs.ubuntu-jammy
@@ -264,7 +265,8 @@ jobs:
264
265
kayobe overcloud deployment image build --force-rebuild \
265
266
-e os_distribution="rocky" \
266
267
-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"
268
270
env :
269
271
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
270
272
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 }}"
101
101
ipa_build_images : true
102
102
ipa_build_dib_env_extra :
103
103
DISTRO_NAME : " {{ ipa_ci_builder_distribution | default('ubuntu') }}"
104
- DIB_RELEASE : " {{ os_release }}"
104
+ DIB_RELEASE : " {{ ipa_ci_builder_release | default('jammy') }}"
105
105
106
106
# Ensure Ark repos are disabled during CI runs, this is due to
107
107
# builder being a member of the 'overcloud' group for IPA builds.
You can’t perform that action at this time.
0 commit comments