Test python 3.6 for distributions compatibility

As discussed during the ironic meeting on 29/11/2021, the community has
decided to continue testing the code against Python 3.6 to keep
compatibility with distributions that have native support for it, such
as CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap, at
least until it's possible and reasonable considering the support granted
from other dependencies and libraries, and not beyond the Yoga cycle.

Change-Id: I7f060e816bf91636e5d3890ee8d076574c2ab474
This commit is contained in:
Riccardo Pittau 2021-11-30 10:51:09 +01:00
parent 9a890bf0bd
commit 4a08c3693a
1 changed files with 10 additions and 0 deletions

View File

@ -178,11 +178,21 @@
- release-notes-jobs-python3
check:
jobs:
# NOTE(rpittau): yoga jobs support py38 and py39 but we want to keep
# testing py36 to maintain compatibility with older distributions like
# CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap
# Remove after Yoga
- openstack-tox-py36
- metalsmith-integration-glance-localboot-centos8-uefi
- metalsmith-integration-glance-netboot-cirros
- metalsmith-integration-http-netboot-cirros
gate:
jobs:
# NOTE(rpittau): yoga jobs support py38 and py39 but we want to keep
# testing py36 to maintain compatibility with older distributions like
# CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap
# Remove after Yoga
- openstack-tox-py36
- metalsmith-integration-glance-localboot-centos8-uefi
- metalsmith-integration-glance-netboot-cirros
- metalsmith-integration-http-netboot-cirros