We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f15773 commit 4f80a00Copy full SHA for 4f80a00
1 file changed
etc/kayobe/environments/ci-builder/stackhpc-ci.yml
@@ -106,9 +106,9 @@ stackhpc_release_pulp_password: "{{ stackhpc_docker_registry_password }}"
106
107
# Build during IPA builder workflow
108
ipa_build_images: true
109
-# ipa_build_dib_env_extra:
110
-# DISTRO_NAME: "{{ ipa_ci_builder_distribution | default('ubuntu') }}"
111
-# DIB_RELEASE: "{{ ipa_ci_builder_release | default('noble') }}"
+ipa_build_dib_env_extra:
+ DISTRO_NAME: "{{ ipa_ci_builder_distribution | default('ubuntu') }}"
+ DIB_RELEASE: "{{ ipa_ci_builder_release | default('noble') }}"
112
113
# Ensure Ark repos are disabled during CI runs, this is due to
114
# builder being a member of the 'overcloud' group for IPA builds.
0 commit comments