Merge "Stop explicitly supported Fedora"

This commit is contained in:
Zuul 2021-09-10 22:14:41 +00:00 committed by Gerrit Code Review
commit 68ba6f33c9
6 changed files with 15 additions and 16 deletions

View File

@ -1,2 +0,0 @@
fedora-minimal
openstack-ci-mirrors

View File

@ -2,7 +2,16 @@ diskimage-builder images
========================
Images built using diskimage-builder_ are recommended for production use on
real hardware.
real hardware. The recommended distributions are:
* CentOS 8 (regular and stream)
* Debian Buster (``debian-minimal`` element)
The following should work but receive only limited testing and support:
* CentOS 7 (using Python 3.6)
* openSUSE Leap 15.1
* Ubuntu Bionic
Building
--------
@ -34,7 +43,7 @@ variable (default is amd64):
.. code-block:: shell
export ARCH=aarch64
ironic-python-agent-builder -o my-ipa fedora
ironic-python-agent-builder -o my-ipa --release 8-stream centos
... with diskimage-builder
~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
Fedora is no longer explicitly supported for DIB-based builds.

View File

@ -114,15 +114,6 @@
vars:
extra_elements: ["extra-hardware"]
- job:
name: ironic-python-agent-check-image-dib-fedora
parent: ironic-python-agent-check-image-base
required-projects:
- openstack/diskimage-builder
vars:
image_type: 'dib'
image_distro: 'fedora'
- job:
name: ironic-python-agent-check-image-dib-opensuse
parent: ironic-python-agent-check-image-base

View File

@ -17,8 +17,6 @@
# Non-voting jobs
- ironic-python-agent-check-image-dib-centos7-python3:
voting: false
- ironic-python-agent-check-image-dib-fedora:
voting: false
- ironic-python-agent-check-image-dib-ubuntu:
voting: false
- ironic-python-agent-check-image-dib-opensuse: