Merge "Add non-voting job to check all candidates"

This commit is contained in:
Zuul 2018-07-30 11:14:39 +00:00 committed by Gerrit Code Review
commit 8c7b4ef2e0
3 changed files with 19 additions and 0 deletions

11
.zuul.d/jobs.yaml Normal file
View File

@ -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

5
.zuul.d/project.yaml Normal file
View File

@ -0,0 +1,5 @@
- project:
check:
jobs:
- election-tox-ci-checks:
voting: false

View File

@ -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