ranger/.zuul.yaml
jh629g d30c5bd1bd Establish in-repo Ranger Checks and Gates
Ranger is removing themselves from the
central project-config management of
checks and gates in zuul.d/projects.yaml
as part if its python 3.6 upgrade. This
patchset moves those same checks into
the ranger repository.

Change-Id: I66335f3c50a8c0f416c737a858fdd69ce0ea5c5f
2019-09-03 12:02:18 -05:00

10 lines
172 B
YAML

- project:
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py27
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py27