Add neutron unit test job in check queue
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
This commit is contained in:
14
.zuul.yaml
14
.zuul.yaml
@@ -1,3 +1,16 @@
|
|||||||
|
- 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:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
@@ -9,6 +22,7 @@
|
|||||||
- neutron-tempest-plugin-jobs
|
- neutron-tempest-plugin-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-tox-py311-with-neutron
|
||||||
- openstack-tox-py311-with-sqlalchemy-master
|
- openstack-tox-py311-with-sqlalchemy-master
|
||||||
- neutron-functional-with-uwsgi:
|
- neutron-functional-with-uwsgi:
|
||||||
required-projects:
|
required-projects:
|
||||||
|
Reference in New Issue
Block a user