Enable centos10 publish job

Add post job ironic-python-agent-build-image-dib-centos10. This has been
running as a post job for some time in ironic-python-agent-builder which
has lead to the unusual situation of our primary publishing location
being [1] but ipa-centos10-master is only available at [2].

[1] https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/
[2] https://tarballs.opendev.org/openstack/ironic-python-agent-builder/dib/files/

Change-Id: Ia0934ff113a2541a038e505978749e092b190ceb
Signed-off-by: Steve Baker <sbaker@redhat.com>
This commit is contained in:
Steve Baker
2026-06-26 09:26:00 +12:00
parent 6cd463a657
commit 80895ff5d2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -99,6 +99,7 @@
# NOTE(dtantsur): the ansible deploy doesn't depend on IPA code,
# excluding it from the enabled list to save gate time.
IRONIC_ENABLED_DEPLOY_INTERFACES: "direct"
IRONIC_DIB_RAMDISK_OS: "centos9"
devstack_services:
ir-novnc: False
+3
View File
@@ -19,6 +19,8 @@
# to break them. They rather serve as a canary for broken POST jobs.
- ironic-python-agent-check-image-dib-centos9:
voting: false
- ironic-python-agent-check-image-dib-centos10:
voting: false
- ironic-python-agent-check-image-dib-debian:
voting: false
gate:
@@ -31,4 +33,5 @@
post:
jobs:
- ironic-python-agent-build-image-dib-centos9
- ironic-python-agent-build-image-dib-centos10
- ironic-python-agent-build-image-dib-debian