From cd3408613ac64b3d016503b6136aee5fa1af228f Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 18 May 2022 09:48:49 +0200 Subject: [PATCH] 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 --- .../environment.d/20-ipa-distro-family.bash | 1 - doc/source/admin/dib.rst | 1 - releasenotes/notes/no-suse-e15d8384c423251c.yaml | 4 ++++ zuul.d/ironic-python-agent-builder-jobs.yaml | 9 --------- zuul.d/project.yaml | 2 -- 5 files changed, 4 insertions(+), 13 deletions(-) create mode 100644 releasenotes/notes/no-suse-e15d8384c423251c.yaml diff --git a/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash b/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash index 1d96b91..a06ff92 100644 --- a/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash +++ b/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash @@ -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 diff --git a/doc/source/admin/dib.rst b/doc/source/admin/dib.rst index 0a163b0..72b34a2 100644 --- a/doc/source/admin/dib.rst +++ b/doc/source/admin/dib.rst @@ -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 diff --git a/releasenotes/notes/no-suse-e15d8384c423251c.yaml b/releasenotes/notes/no-suse-e15d8384c423251c.yaml new file mode 100644 index 0000000..5cd6f18 --- /dev/null +++ b/releasenotes/notes/no-suse-e15d8384c423251c.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + Support for openSUSE Leap 15.* has been removed. diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index 8501c95..4dcacac 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -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 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6859ca6..9ed3947 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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: