gerritlib/.zuul.yaml

23 lines
546 B
YAML

- job:
name: gerritlib-jeepyb-integration
description: Run manage_projects with gerritlib from source against Gerrit
run: playbooks/jeepyb-integration/run.yaml
post-run: playbooks/jeepyb-integration/post.yaml
required-projects:
- opendev/gerritlib
- opendev/jeepyb
- project:
check:
jobs:
- gerritlib-jeepyb-integration
- tox-py36
- tox-py37
- tox-py38
gate:
jobs:
- gerritlib-jeepyb-integration
- tox-py36
- tox-py37
- tox-py38