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
This commit is contained in:
Slawek Kaplonski 2020-08-12 12:48:54 +02:00
parent 96e1d028b8
commit 596b84fe76

View File

@ -9,6 +9,7 @@
- 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
@ -16,6 +17,7 @@
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