Skip to content

Commit 27a19fb

Browse files
committed
[stable-only] Disable "neutron-tempest-plugin-jobs-2023-1" temporarily
There is a cyclic dependency between two patches: * https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/897529 * https://review.opendev.org/c/openstack/neutron/+/897440 In order to merge the Neutron one first, it is needed to disable the "neutron-tempest-plugin-jobs-2023-1" jobs. This patch is also disabling the functional and fullstack jobs that will be fixed by the upper Neutron patch. This patch is proposed for 2023.1 only. Related-Bug: #2038541 Change-Id: I8af6b1dc0552f0aba44400b41a542818b6f01fcf
1 parent 2319e7c commit 27a19fb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

zuul.d/project.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
# Please update this document always when any changes to jobs are made.
55
- project:
66
templates:
7-
- neutron-tempest-plugin-jobs-2023-1
7+
# Disable neutron-tempest-plugin jobs temporarily to fix a cyclic
8+
# dependency between two patches. This will be restored once the Neutron
9+
# patch is merged.
10+
#- neutron-tempest-plugin-jobs-2023-1
811
- openstack-cover-jobs
912
- openstack-python3-jobs
1013
- openstack-python3-jobs-arm64
@@ -17,8 +20,8 @@
1720
- neutron-tox-override-jobs
1821
check:
1922
jobs:
20-
- neutron-functional-with-uwsgi
21-
- neutron-fullstack-with-uwsgi
23+
#- neutron-functional-with-uwsgi
24+
#- neutron-fullstack-with-uwsgi
2225
- neutron-ovs-grenade-multinode
2326
- neutron-ovs-grenade-multinode-skip-level:
2427
voting: false
@@ -71,8 +74,8 @@
7174

7275
gate:
7376
jobs:
74-
- neutron-functional-with-uwsgi
75-
- neutron-fullstack-with-uwsgi
77+
#- neutron-functional-with-uwsgi
78+
#- neutron-fullstack-with-uwsgi
7679
- neutron-ovs-tempest-multinode-full
7780
- neutron-ovs-grenade-multinode
7881
- neutron-ovs-grenade-dvr-multinode

0 commit comments

Comments
 (0)