This will help catch some regressions with neutron-lib changes as described in the related bug. For now adding job as non-voting, next cycle can be switched to voting based on job stability. Closes-Bug: #2067515 Change-Id: I6fb467bab6169c522a3aa42a28d607d788ef0abb
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
- job:
|
|
name: openstack-tox-py311-with-neutron
|
|
parent: openstack-tox-py311
|
|
# TODO(ykarel) Can switch to voting in next cycle(E)
|
|
# if job found to be stable
|
|
voting: false
|
|
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-py311-with-neutron
|
|
- 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
|