Merge "Zuul runs tests in py36 only"

This commit is contained in:
Zuul 2021-04-13 18:33:47 +00:00 committed by Gerrit Code Review
commit caa9fc2c96
2 changed files with 3 additions and 1 deletions

View File

@ -27,9 +27,9 @@
- project: - project:
templates: templates:
- check-requirements - check-requirements
- openstack-python3-victoria-jobs
check: check:
jobs: jobs:
- openstack-tox-py36
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-cover - openstack-tox-cover
- tripleo-ci-centos-8-content-provider: - tripleo-ci-centos-8-content-provider:
@ -48,6 +48,7 @@
- validations-libs-functional - validations-libs-functional
gate: gate:
jobs: jobs:
- openstack-tox-py36
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-docs: *tripleo-docs - openstack-tox-docs: *tripleo-docs
- validations-libs-functional - validations-libs-functional

View File

@ -64,6 +64,7 @@ deps =
-r {toxinidir}/requirements.txt -r {toxinidir}/requirements.txt
-r {toxinidir}/test-requirements.txt -r {toxinidir}/test-requirements.txt
commands = commands =
{[testenv:pep8]commands}
{[testenv:whitespace]commands} {[testenv:whitespace]commands}
{[testenv:shebangs]commands} {[testenv:shebangs]commands}