Merge "Remove support for openSUSE since Python 3.6 is no longer supported"

This commit is contained in:
Zuul 2022-07-11 00:42:24 +00:00 committed by Gerrit Code Review
commit 9d5ce06ac0
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

@ -85,15 +85,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: