Skip to content

Commit 8d29164

Browse files
authored
Merge pull request #173 from stackhpc/upstream/yoga-2024-08-19
Synchronise yoga with upstream
2 parents a58c269 + 19ab990 commit 8d29164

File tree

5 files changed

+91
-13
lines changed

5 files changed

+91
-13
lines changed

zuul.d/base.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
- ^playbooks/prepare-ovn-multinode.yaml
3232
- ^roles/add_mariadb_repo/.*$
3333
- ^roles/nftables/.*$
34-
- ^zuul.d/(?!(project)).*\.yaml
34+
# Ignore everything except for zuul.d/project.yaml
35+
- ^zuul.d/base.yaml
36+
- ^zuul.d/grenade.yaml
37+
- ^zuul.d/job-templates.yaml
38+
- ^zuul.d/rally.yaml
39+
- ^zuul.d/tempest-multinode.yaml
40+
- ^zuul.d/tempest-singlenode.yaml
3541
vars:
3642
configure_swap_size: 8192
3743
Q_BUILD_OVS_FROM_GIT: True
@@ -93,7 +99,13 @@
9399
- ^playbooks/prepare-ovn-multinode.yaml
94100
- ^roles/add_mariadb_repo/.*$
95101
- ^roles/nftables/.*$
96-
- ^zuul.d/(?!(project)).*\.yaml
102+
# Ignore everything except for zuul.d/project.yaml
103+
- ^zuul.d/base.yaml
104+
- ^zuul.d/grenade.yaml
105+
- ^zuul.d/job-templates.yaml
106+
- ^zuul.d/rally.yaml
107+
- ^zuul.d/tempest-multinode.yaml
108+
- ^zuul.d/tempest-singlenode.yaml
97109

98110
- job:
99111
name: neutron-fullstack-with-uwsgi

zuul.d/grenade.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
- ^neutron/cmd/ovn/.*$
3232
- ^neutron/common/ovn/.*$
3333
- ^vagrant/.*$
34-
- ^zuul.d/(?!(project)).*\.yaml
34+
# Ignore everything except for zuul.d/project.yaml
35+
- ^zuul.d/base.yaml
36+
- ^zuul.d/grenade.yaml
37+
- ^zuul.d/job-templates.yaml
38+
- ^zuul.d/rally.yaml
39+
- ^zuul.d/tempest-multinode.yaml
40+
- ^zuul.d/tempest-singlenode.yaml
3541
vars:
3642
devstack_services:
3743
etcd: false
@@ -196,7 +202,13 @@
196202
- ^neutron/services/trunk/drivers/openvswitch/.*$
197203
- ^neutron/scheduler/.*$
198204
- ^vagrant/.*$
199-
- ^zuul.d/(?!(project)).*\.yaml
205+
# Ignore everything except for zuul.d/project.yaml
206+
- ^zuul.d/base.yaml
207+
- ^zuul.d/grenade.yaml
208+
- ^zuul.d/job-templates.yaml
209+
- ^zuul.d/rally.yaml
210+
- ^zuul.d/tempest-multinode.yaml
211+
- ^zuul.d/tempest-singlenode.yaml
200212
roles:
201213
- zuul: openstack/neutron-tempest-plugin
202214
required-projects:

zuul.d/job-templates.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
- ^devstack/.*$
1919
- ^playbooks/.*$
2020
- ^roles/.*$
21-
- ^zuul.d/(?!(job-templates)).*\.yaml
21+
# Ignore everything except for zuul.d/job-templates.yaml
22+
- ^zuul.d/base.yaml
23+
- ^zuul.d/grenade.yaml
24+
- ^zuul.d/project.yaml
25+
- ^zuul.d/rally.yaml
26+
- ^zuul.d/tempest-multinode.yaml
27+
- ^zuul.d/tempest-singlenode.yaml
2228
- openstack-tox-py39: # from openstack-python3-yoga-jobs template
2329
timeout: 3600
2430
irrelevant-files: *irrelevant-files
@@ -83,7 +89,13 @@
8389
- ^neutron/scheduler/.*$
8490
- ^roles/.*functional.*$
8591
- ^playbooks/.*functional.*$
86-
- ^zuul.d/(?!(project)).*\.yaml
92+
# Ignore everything except for zuul.d/project.yaml
93+
- ^zuul.d/base.yaml
94+
- ^zuul.d/grenade.yaml
95+
- ^zuul.d/job-templates.yaml.yaml
96+
- ^zuul.d/rally.yaml
97+
- ^zuul.d/tempest-multinode.yaml
98+
- ^zuul.d/tempest-singlenode.yaml
8799

88100
- project-template:
89101
name: neutron-periodic-jobs

zuul.d/tempest-multinode.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@
3535
- ^neutron/cmd/ovn/.*$
3636
- ^neutron/common/ovn/.*$
3737
- ^vagrant/.*$
38-
- ^zuul.d/(?!(project)).*\.yaml
38+
# Ignore everything except for zuul.d/project.yaml
39+
- ^zuul.d/base.yaml
40+
- ^zuul.d/grenade.yaml
41+
- ^zuul.d/job-templates.yaml
42+
- ^zuul.d/rally.yaml
43+
- ^zuul.d/tempest-multinode.yaml
44+
- ^zuul.d/tempest-singlenode.yaml
3945
vars:
4046
tox_envlist: integrated-network
4147
devstack_localrc:
@@ -367,7 +373,13 @@
367373
- ^neutron/services/trunk/drivers/linuxbridge/.*$
368374
- ^neutron/services/trunk/drivers/openvswitch/.*$
369375
- ^neutron/scheduler/.*$
370-
- ^zuul.d/(?!(project)).*\.yaml
376+
# Ignore everything except for zuul.d/project.yaml
377+
- ^zuul.d/base.yaml
378+
- ^zuul.d/grenade.yaml
379+
- ^zuul.d/job-templates.yaml
380+
- ^zuul.d/rally.yaml
381+
- ^zuul.d/tempest-multinode.yaml
382+
- ^zuul.d/tempest-singlenode.yaml
371383
roles:
372384
- zuul: zuul/zuul-jobs
373385
- zuul: openstack/neutron-tempest-plugin

zuul.d/tempest-singlenode.yaml

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,13 @@
8080
- ^neutron/services/trunk/drivers/ovn/.*$
8181
- ^neutron/cmd/ovn/.*$
8282
- ^neutron/common/ovn/.*$
83-
- ^zuul.d/(?!(project)).*\.yaml
83+
# Ignore everything except for zuul.d/project.yaml
84+
- ^zuul.d/base.yaml
85+
- ^zuul.d/grenade.yaml
86+
- ^zuul.d/job-templates.yaml
87+
- ^zuul.d/rally.yaml
88+
- ^zuul.d/tempest-multinode.yaml
89+
- ^zuul.d/tempest-singlenode.yaml
8490

8591
- job:
8692
name: neutron-ovs-tempest-dvr
@@ -133,7 +139,13 @@
133139
- ^neutron/services/trunk/drivers/ovn/.*$
134140
- ^neutron/cmd/ovn/.*$
135141
- ^neutron/common/ovn/.*$
136-
- ^zuul.d/(?!(project)).*\.yaml
142+
# Ignore everything except for zuul.d/project.yaml
143+
- ^zuul.d/base.yaml
144+
- ^zuul.d/grenade.yaml
145+
- ^zuul.d/job-templates.yaml
146+
- ^zuul.d/rally.yaml
147+
- ^zuul.d/tempest-multinode.yaml
148+
- ^zuul.d/tempest-singlenode.yaml
137149

138150
# TODO(ralonsoh): remove this duplicated definition when "devstack" and "nova"
139151
# adopt the new name.
@@ -238,7 +250,13 @@
238250
- ^vagrant/.*$
239251
- ^neutron/agent/.*$
240252
- ^neutron/plugins/ml2/drivers/.*$
241-
- ^zuul.d/(?!(project)).*\.yaml
253+
# Ignore everything except for zuul.d/project.yaml
254+
- ^zuul.d/base.yaml
255+
- ^zuul.d/grenade.yaml
256+
- ^zuul.d/job-templates.yaml
257+
- ^zuul.d/rally.yaml
258+
- ^zuul.d/tempest-multinode.yaml
259+
- ^zuul.d/tempest-singlenode.yaml
242260

243261
- job:
244262
name: neutron-ovn-tempest-mariadb-full
@@ -312,7 +330,13 @@
312330
- ^tools/.*$
313331
- ^tox.ini$
314332
- ^vagrant/.*$
315-
- ^zuul.d/(?!(project)).*\.yaml
333+
# Ignore everything except for zuul.d/project.yaml
334+
- ^zuul.d/base.yaml
335+
- ^zuul.d/grenade.yaml
336+
- ^zuul.d/job-templates.yaml
337+
- ^zuul.d/rally.yaml
338+
- ^zuul.d/tempest-multinode.yaml
339+
- ^zuul.d/tempest-singlenode.yaml
316340

317341
- job:
318342
name: neutron-ovn-tempest-with-uwsgi-loki
@@ -438,7 +462,13 @@
438462
- ^neutron/services/trunk/drivers/linuxbridge/.*$
439463
- ^neutron/services/trunk/drivers/openvswitch/.*$
440464
- ^neutron/scheduler/.*$
441-
- ^zuul.d/(?!(project)).*\.yaml
465+
# Ignore everything except for zuul.d/project.yaml
466+
- ^zuul.d/base.yaml
467+
- ^zuul.d/grenade.yaml
468+
- ^zuul.d/job-templates.yaml
469+
- ^zuul.d/rally.yaml
470+
- ^zuul.d/tempest-multinode.yaml
471+
- ^zuul.d/tempest-singlenode.yaml
442472

443473
# TODO(slaweq): move this to be multinode job when it will be possible in Zuul
444474
- job:

0 commit comments

Comments
 (0)