Merge "Switch IPA building to Debian Bookworm"

This commit is contained in:
Zuul
2024-01-16 23:34:58 +00:00
committed by Gerrit Code Review
4 changed files with 15 additions and 2 deletions

View File

@@ -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
--------

View File

@@ -0,0 +1,4 @@
---
other:
- |
Debian images are now published using Bookworm instead of Bullseye.

View File

@@ -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:

View File

@@ -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: