diff --git a/doc/source/admin/dib.rst b/doc/source/admin/dib.rst index d9b5990..b5783ea 100644 --- a/doc/source/admin/dib.rst +++ b/doc/source/admin/dib.rst @@ -5,11 +5,12 @@ Images built using diskimage-builder_ are recommended for production use on real hardware. The recommended distributions are: * CentOS Stream 9 -* Debian Bullseye and Bookworm (``debian-minimal`` element) +* Debian Bookworm (``debian-minimal`` element) The following should work but receive only limited testing and support: * Ubuntu 20.04 Focal +* Debian Bullseye (``debian-minimal`` element) Building -------- diff --git a/releasenotes/notes/debian-ipa-cb5975e436cba525.yaml b/releasenotes/notes/debian-ipa-cb5975e436cba525.yaml new file mode 100644 index 0000000..25fe9d8 --- /dev/null +++ b/releasenotes/notes/debian-ipa-cb5975e436cba525.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Debian images are now published using Bookworm instead of Bullseye. diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index 75db0a7..d127f6d 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -41,7 +41,7 @@ vars: image_type: 'dib' image_distro: 'debian-minimal' - image_release: 'bullseye' + image_release: 'bookworm' - job: name: ironic-python-agent-check-image-base @@ -97,6 +97,12 @@ vars: image_type: 'dib' image_distro: 'debian-minimal' + image_release: 'bookworm' + +- job: + name: ironic-python-agent-check-image-dib-debian-bullseye + parent: ironic-python-agent-check-image-dib-debian + vars: image_release: 'bullseye' - job: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index ce6a102..c75c0db 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,6 +15,8 @@ - ironic-python-agent-check-image-dib-debian-arm64 - ironic-python-agent-check-image-dib-debian-extra # Non-voting jobs + - ironic-python-agent-check-image-dib-debian-bullseye: + voting: false - ironic-python-agent-check-image-dib-ubuntu: voting: false - ironic-python-agent-check-image-dib-ubuntu-arm64: