Add py39 testing to nodepool

Typically we would drop py38 testing at this point, but since Zuul is
still running on py38 we keep py38 here until both can be running py39.

Change-Id: Ic89f1379e50c2b6d73f0fa4687635cf20ae3dec1
This commit is contained in:
Clark Boylan 2021-10-26 12:41:54 -07:00
parent f5d015c883
commit f3a8184c8d
2 changed files with 11 additions and 0 deletions

View File

@ -271,6 +271,14 @@
pre-run: playbooks/nodepool-tox/pre.yaml pre-run: playbooks/nodepool-tox/pre.yaml
vars: *nodepool_tox_vars vars: *nodepool_tox_vars
- job:
name: nodepool-tox-py39
description: |
Nodepool unit tests with ZooKeeper running
parent: tox-py39
pre-run: playbooks/nodepool-tox/pre.yaml
vars: *nodepool_tox_vars
- project: - project:
vars: vars:
release_python: python3 release_python: python3
@ -283,6 +291,7 @@
- tox-pep8 - tox-pep8
- nodepool-tox-py36 - nodepool-tox-py36
- nodepool-tox-py38 - nodepool-tox-py38
- nodepool-tox-py39
- nodepool-zuul-functional: - nodepool-zuul-functional:
voting: false voting: false
- nodepool-functional-container-openstack-release - nodepool-functional-container-openstack-release
@ -300,6 +309,7 @@
- tox-pep8 - tox-pep8
- nodepool-tox-py36 - nodepool-tox-py36
- nodepool-tox-py38 - nodepool-tox-py38
- nodepool-tox-py39
- nodepool-functional-k8s - nodepool-functional-k8s
- nodepool-functional-openshift - nodepool-functional-openshift
- zuul-quick-start: - zuul-quick-start:

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[pbr] [pbr]
warnerrors = True warnerrors = True