Use only Yoga tests

TC has decided to keep support for Python 3.6 during the Yoga cycle.
For more info see [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-December/026164.html

Change-Id: I9ad08221b74d0ddbb800f6b56c98fdd472f0815d
This commit is contained in:
Riccardo Pittau 2021-12-03 08:57:15 +01:00
parent 4ce3c4ebf2
commit 6c3f20aee7
2 changed files with 1 additions and 10 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages = ironicclient

View File

@ -9,20 +9,10 @@
- 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