neutron-lib/.zuul.yaml
Slawek Kaplonski 596b84fe76 Add neutron-tempest-plugin-api job to be gating in neutron-lib
Neutron's API definition is hosted in the neutron-lib repository so we
should run neutron-tempest-plugin API tests to ensure we are not going
to break anything by changing something here, like e.g. we did in
related bug.

Change-Id: I330dbf622b8f1baf22005d5c46e2971658b5e7b0
Related-Bug: #1890842
2020-08-12 12:48:54 +02:00

26 lines
808 B
YAML

- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- lib-forward-testing-python3
- release-notes-jobs-python3
check:
jobs:
- neutron-tempest-plugin-api
# This job comes from lib-forward-testing-python3 template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full-py3:
timeout: 10800
gate:
jobs:
- neutron-tempest-plugin-api
# This job comes from lib-forward-testing-python3 template,
# but it is limited to 2h there and we want to set
# for it 3h timeout
- tempest-full-py3:
timeout: 10800