Updating python testing as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39 testing as voting and as we are testing py3.6 and py3.9 we do not need to test py3.7|8 explicitly. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit makes other required changes in zuul.yaml and update the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ia66475b377c683b115c8bd9a77c72d955db60fdc
This commit is contained in:
parent
770b64b90e
commit
f9b1882380
@ -18,6 +18,7 @@ classifier =
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
@ -42,11 +42,8 @@
|
||||
# failures, please reach us on #tripleo IRC channel.
|
||||
- openstack-tox-py36: # from openstack-python3-yoga-jobs template
|
||||
timeout: 3600
|
||||
- openstack-tox-py38: # from openstack-python3-yoga-jobs template
|
||||
timeout: 3600
|
||||
- openstack-tox-py39: # from openstack-python3-yoga-jobs template
|
||||
timeout: 3600
|
||||
voting: false
|
||||
- openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template
|
||||
timeout: 3600
|
||||
- openstack-tox-cover: # from openstack-cover-jobs template
|
||||
@ -68,7 +65,7 @@
|
||||
- neutron-ovn-tempest-ipv6-only
|
||||
- openstack-tox-py36: # from openstack-python3-yoga-jobs template
|
||||
timeout: 3600
|
||||
- openstack-tox-py38: # from openstack-python3-yoga-jobs template
|
||||
- openstack-tox-py39: # from openstack-python3-yoga-jobs template
|
||||
timeout: 3600
|
||||
- openstack-tox-lower-constraints: # from openstack-tox-lower-constraints template
|
||||
timeout: 3600
|
||||
|
Loading…
x
Reference in New Issue
Block a user