Remove support for openSUSE since Python 3.6 is no longer supported

The conditions are left in the code in case someone somehow make it
work. We can clean them up later.

Change-Id: I65f6da0e90560c00eb82e8e4366fdaf3bbde8da1
This commit is contained in:
Dmitry Tantsur 2022-05-18 09:48:49 +02:00
parent d543aa8bf4
commit cd3408613a
5 changed files with 4 additions and 13 deletions

View File

@ -1,4 +1,3 @@
# TODO(dtantsur): verify if opensuse can be added here
if [[ $DISTRO_NAME =~ (fedora|centos|rhel) ]]; then
export IPA_DISTRO_FAMILY=rh
else

View File

@ -9,7 +9,6 @@ real hardware. The recommended distributions are:
The following should work but receive only limited testing and support:
* openSUSE Leap 15.1
* Ubuntu 20.04 Focal
Building

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Support for openSUSE Leap 15.* has been removed.

View File

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

View File

@ -17,8 +17,6 @@
# Non-voting jobs
- ironic-python-agent-check-image-dib-ubuntu:
voting: false
- ironic-python-agent-check-image-dib-opensuse:
voting: false
- ipa-tempest-bios-ipmi-direct-src:
voting: false
- ipa-tempest-ironic-inspector-src: