Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I0fb852f85e435c1ec53b4e250255534c708eab0b Story: #2005924 Task: #34242
This commit is contained in:
parent
4677ba9a73
commit
49154ccfd0
11
.zuul.yaml
11
.zuul.yaml
@ -9,8 +9,7 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstack-python35-jobs
|
- openstack-python3-train-jobs
|
||||||
- openstack-python36-jobs
|
|
||||||
- build-openstack-docs-pti
|
- build-openstack-docs-pti
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
@ -19,11 +18,11 @@
|
|||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- releases-tox-list-changes
|
- releases-tox-list-changes
|
||||||
- openstack-tox-py35:
|
- openstack-tox-py36:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^deliverables/.*$
|
- ^deliverables/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- openstack-tox-py36:
|
- openstack-tox-py37:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^deliverables/.*$
|
- ^deliverables/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
@ -37,11 +36,11 @@
|
|||||||
timeout: 3600
|
timeout: 3600
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- openstack-tox-py35:
|
- openstack-tox-py36:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^deliverables/.*$
|
- ^deliverables/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
- openstack-tox-py36:
|
- openstack-tox-py37:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^deliverables/.*$
|
- ^deliverables/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
|
@ -14,7 +14,8 @@ classifier =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.6
|
||||||
|
Programming Language :: Python :: 3.7
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages = openstack_releases
|
packages = openstack_releases
|
||||||
|
Loading…
Reference in New Issue
Block a user