Add Zuul jobs

Change-Id: I0d8c56314d9f81c6b332ab98676ab5a32979cba0
This commit is contained in:
Artom Lifshitz 2019-04-11 16:36:24 -04:00
parent fd1cbad65b
commit 4b329d05d7
2 changed files with 10 additions and 3 deletions

7
.zuul.yaml Normal file
View File

@ -0,0 +1,7 @@
- project:
name: x/whitebox-tempest-plugin
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
envlist = linters,py27,py35
envlist = pep8,py{27,35,36,37}
skipsdist = True
[testenv]
@ -16,7 +16,7 @@ commands =
find . -type f -name "*.pyc" -delete
stestr run {posargs}
[testenv:linters]
[testenv:pep8]
commands =
flake8 {posargs}
@ -27,4 +27,4 @@ show-source = True
exclude = .git,.venv,.tox,dist,doc,*egg
[hacking]
local-check-factory = tempest.hacking.checks.factory
local-check-factory = tempest.hacking.checks.factory