Add non-voting job to check all candidates
I suggest we leave this as non-voting for this PTL election manually verify the results. Once we're confident we can upgrade it to voting. Change-Id: I01ad9c76ab68e8282acb4bcc66a2eb7c57596171
This commit is contained in:
parent
8a3f32a01d
commit
113a5eae30
11
.zuul.d/jobs.yaml
Normal file
11
.zuul.d/jobs.yaml
Normal 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
5
.zuul.d/project.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- project:
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- election-tox-ci-checks:
|
||||||
|
voting: false
|
3
tox.ini
3
tox.ini
@ -32,5 +32,8 @@ commands = {posargs}
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
|
[testenv:ci-checks]
|
||||||
|
commands = ci-check-all-candidate-files
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude=.tox,doc/source/conf.py
|
exclude=.tox,doc/source/conf.py
|
||||||
|
Loading…
Reference in New Issue
Block a user