Skip to content

Commit 9a83017

Browse files
committed
[stable-only] Add "tempest-integrated-networking" job to experimental
Added "tempest-integrated-networking" job to experimental queue. This patch is inline with [1]. During the October 2022 PTG was approved the addition of this new job to the check and gate queues. In order to increase the coverage in the stable releases too, this job is also added to the experimental queue in the stable releases. It could be useful for some specific backports. [1]https://review.opendev.org/c/openstack/neutron/+/861948 Conflicts: zuul.d/job-templates.yaml Change-Id: Iaf29998bc203ec46fd42c7e8decb26b6c3bb7312 (cherry picked from commit 41eaaeb)
1 parent e7232e9 commit 9a83017

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

zuul.d/job-templates.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,42 @@
4949
jobs:
5050
- neutron-ovn-grenade-multinode
5151
- neutron-ovn-tempest-with-uwsgi-loki
52+
- tempest-integrated-networking:
53+
irrelevant-files:
54+
- ^\.pylintrc$
55+
- ^test-requirements.txt$
56+
- ^releasenotes/.*$
57+
- ^doc/.*$
58+
- ^setup.cfg$
59+
- ^.*\.conf\.sample$
60+
- ^.*\.rst$
61+
- ^neutron/locale/.*$
62+
- ^neutron/tests/.*$
63+
- ^tools/.*$
64+
- ^tox.ini$
65+
- ^neutron/agent/dhcp/.*$
66+
- ^neutron/agent/l2/.*$
67+
- ^neutron/agent/l3/.*$
68+
- ^neutron/agent/metadata/.*$
69+
- ^neutron/agent/windows/.*$
70+
- ^neutron/agent/dhcp_agent.py
71+
- ^neutron/agent/l3_agent.py
72+
- ^neutron/agent/metadata_agent.py
73+
- ^neutron/agent/resource_cache.py
74+
- ^neutron/agent/rpc.py
75+
- ^neutron/agent/securitygroup_rpc.py
76+
- ^neutron/plugins/ml2/drivers/linuxbridge/.*$
77+
- ^neutron/plugins/ml2/drivers/openvswitch/.*$
78+
- ^neutron/plugins/ml2/drivers/macvtap/.*$
79+
- ^neutron/plugins/ml2/drivers/mech_sriov/.*$
80+
- ^neutron/services/qos/drivers/linuxbridge/.*$
81+
- ^neutron/services/qos/drivers/openvswitch/.*$
82+
- ^neutron/services/trunk/drivers/linuxbridge/.*$
83+
- ^neutron/services/trunk/drivers/openvswitch/.*$
84+
- ^neutron/scheduler/.*$
85+
- ^roles/.*functional.*$
86+
- ^playbooks/.*functional.*$
87+
- ^zuul.d/(?!(project)).*\.yaml
5288

5389
- project-template:
5490
name: neutron-periodic-jobs

0 commit comments

Comments
 (0)