Skip to content

Commit 4af55d5

Browse files
authored
Merge pull request #14 from stackhpc/upstream/yoga-2022-11-21
Synchronise yoga with upstream
2 parents 5054a16 + 9a83017 commit 4af55d5

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

doc/source/install/environment-networking-obs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information on how to configure networking on your
99
distribution, see the `SLES 12
1010
<https://www.suse.com/documentation/sles-12/book_sle_admin/data/sec_basicnet_manconf.html>`__
1111
or `openSUSE
12-
<https://doc.opensuse.org/documentation/leap/reference/html/book.opensuse.reference/cha.network.html>`__
12+
<https://doc.opensuse.org/documentation/leap/reference/html/book-reference/cha-network.html>`__
1313
documentation.
1414

1515
All nodes require Internet access for administrative purposes such as package

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)