neutron-lib/.zuul.yaml
yatinkarel 8bb438dd8b Switch to py311 sqlalchemy master job
The job is updated in neutron repo with the Depends-On,
let's update here too. Also drop the timeout override
which is not required for neutron-lib.

Depends-On: https://review.opendev.org/c/openstack/neutron/+/899746
Change-Id: Ia21694834518c32108a22422e65f2b8b4c61d077
2023-11-15 16:12:18 +05:30

29 lines
923 B
YAML

- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-jobs
- lib-forward-testing-python3
- release-notes-jobs-python3
- neutron-tempest-plugin-jobs
check:
jobs:
- openstack-tox-py311-with-sqlalchemy-master
- neutron-functional-with-uwsgi:
required-projects:
- openstack/neutron-lib
# 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-functional-with-uwsgi
# 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