2018-07-26 12:06:11 +10:00
|
|
|
- job:
|
2018-09-05 12:55:06 +10:00
|
|
|
name: election-tox-ci-checks-election
|
2018-07-26 12:06:11 +10:00
|
|
|
parent: openstack-tox
|
|
|
|
description: |
|
2018-09-05 12:55:06 +10:00
|
|
|
Run the ci-checks-election tox environment
|
2018-07-26 12:06:11 +10:00
|
|
|
|
|
|
|
This environment runs the easy, for a machine, to validate election
|
|
|
|
checks.
|
|
|
|
vars:
|
2018-09-05 12:55:06 +10:00
|
|
|
tox_envlist: ci-checks-election
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: election-tox-ci-checks-review
|
|
|
|
parent: openstack-tox
|
|
|
|
description: |
|
|
|
|
Run the ci-checks-review tox environment
|
|
|
|
|
|
|
|
This environment runs the easy, for a machine, to validate election
|
|
|
|
checks against only files modified in the current review.
|
|
|
|
vars:
|
|
|
|
tox_envlist: ci-checks-review
|