summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2021-11-30 11:05:25 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2021-11-30 11:05:25 +0100
commit4ce3c4ebf2601beacc31b1e35c804fcab912bbf9 (patch)
tree7fe0335fc142c4ac6bf2c4c80b744a5c4e16906e
parent46c8ab8bf5727e13940af00ebe4be21b0f5fa553 (diff)
downloadpython-ironicclient-4ce3c4ebf2601beacc31b1e35c804fcab912bbf9.tar.gz
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: I2e87d7475a04a2a11e713808e51c1cd37d97aa08
-rw-r--r--zuul.d/project.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 7169c53..20bd3bf 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -9,10 +9,20 @@
- 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
- ironicclient-functional
- ironicclient-tempest
gate:
queue: ironic
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
- ironicclient-functional
- ironicclient-tempest