summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Pittau <elfosardo@gmail.com>2021-11-30 10:47:06 +0100
committerRiccardo Pittau <elfosardo@gmail.com>2021-11-30 10:52:59 +0100
commit87a42cc887a2c18855befeb9411ded759526de95 (patch)
tree61cd82c17e5c097fe6ffd58968cee4b8f47c6484
parent45ff41704a8d448b6b072daf101ee9cdb4ecb64e (diff)
downloadironic-python-agent-87a42cc887a2c18855befeb9411ded759526de95.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: I97ad7c4acdb278e2849a598c5a02a71fc67cc81a
-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 0983e938..5118d339 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -8,6 +8,11 @@
- 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
- openstack-tox-functional
- ipa-tox-examples
# NOTE(iurygregory) Only run this two jobs since we are testing
@@ -36,6 +41,11 @@
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
- openstack-tox-functional
- ipa-tempest-bios-ipmi-direct-src
- ipa-tempest-uefi-redfish-vmedia-src