diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml new file mode 100644 index 00000000..d88c37d0 --- /dev/null +++ b/.zuul.d/jobs.yaml @@ -0,0 +1,11 @@ +- job: + name: election-tox-ci-checks + parent: openstack-tox + description: | + Run the ci-checks tox environment + + This environment runs the easy, for a machine, to validate election + checks. + vars: + tox_envlist: ci-checks + diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml new file mode 100644 index 00000000..eada8f7c --- /dev/null +++ b/.zuul.d/project.yaml @@ -0,0 +1,5 @@ +- project: + check: + jobs: + - election-tox-ci-checks: + voting: false diff --git a/tox.ini b/tox.ini index 23455bcc..16e942cf 100644 --- a/tox.ini +++ b/tox.ini @@ -32,5 +32,8 @@ commands = {posargs} [testenv:docs] commands = python setup.py build_sphinx +[testenv:ci-checks] +commands = ci-check-all-candidate-files + [flake8] exclude=.tox,doc/source/conf.py