neutron-lib/.zuul.yaml
yatinkarel a2fedaba77 Switch to neutron-functional job
[1] dropped the uwsgi job as default switched,
so let's run neutron-functional job now. Also
set zuul_work_dir as needed with [2].

[1] https://review.opendev.org/c/openstack/neutron/+/935626
[2] https://review.opendev.org/c/openstack/neutron/+/936262

Depends-On: https://review.opendev.org/c/openstack/neutron/+/936262
Related-Bug: #2089673
Change-Id: I180d6fef6f65923931bf1d3c0f46626123ac7d7f
2024-11-26 19:52:31 +05:30

42 lines
1.3 KiB
YAML

- job:
name: openstack-tox-py312-with-neutron
parent: openstack-tox-py312
timeout: 3600
vars:
zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/neutron'].src_dir }}"
required-projects:
- openstack/neutron
- openstack/neutron-lib
- 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-py312-with-neutron
- openstack-tox-py312-with-sqlalchemy-master
- neutron-functional: &neutron-functional
required-projects:
- openstack/neutron-lib
vars:
zuul_work_dir: src/opendev.org/openstack/neutron
# 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: *neutron-functional
# 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