Merge "Remove support for openSUSE since Python 3.6 is no longer supported"
This commit is contained in:
commit
9d5ce06ac0
@ -1,4 +1,3 @@
|
|||||||
# TODO(dtantsur): verify if opensuse can be added here
|
|
||||||
if [[ $DISTRO_NAME =~ (fedora|centos|rhel) ]]; then
|
if [[ $DISTRO_NAME =~ (fedora|centos|rhel) ]]; then
|
||||||
export IPA_DISTRO_FAMILY=rh
|
export IPA_DISTRO_FAMILY=rh
|
||||||
else
|
else
|
||||||
|
@ -9,7 +9,6 @@ real hardware. The recommended distributions are:
|
|||||||
|
|
||||||
The following should work but receive only limited testing and support:
|
The following should work but receive only limited testing and support:
|
||||||
|
|
||||||
* openSUSE Leap 15.1
|
|
||||||
* Ubuntu 20.04 Focal
|
* Ubuntu 20.04 Focal
|
||||||
|
|
||||||
Building
|
Building
|
||||||
|
4
releasenotes/notes/no-suse-e15d8384c423251c.yaml
Normal file
4
releasenotes/notes/no-suse-e15d8384c423251c.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Support for openSUSE Leap 15.* has been removed.
|
@ -85,15 +85,6 @@
|
|||||||
vars:
|
vars:
|
||||||
extra_elements: ["extra-hardware"]
|
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:
|
- job:
|
||||||
name: ironic-python-agent-check-image-dib-debian
|
name: ironic-python-agent-check-image-dib-debian
|
||||||
parent: ironic-python-agent-check-image-base
|
parent: ironic-python-agent-check-image-base
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
# Non-voting jobs
|
# Non-voting jobs
|
||||||
- ironic-python-agent-check-image-dib-ubuntu:
|
- ironic-python-agent-check-image-dib-ubuntu:
|
||||||
voting: false
|
voting: false
|
||||||
- ironic-python-agent-check-image-dib-opensuse:
|
|
||||||
voting: false
|
|
||||||
- ipa-tempest-bios-ipmi-direct-src:
|
- ipa-tempest-bios-ipmi-direct-src:
|
||||||
voting: false
|
voting: false
|
||||||
- ipa-tempest-ironic-inspector-src:
|
- ipa-tempest-ironic-inspector-src:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user