Skip to content

Commit a680d58

Browse files
committed
[Stable Only] Fix parent for nftables job
The job was inheriting from master variant which is wrong. Closes-Bug: 2042947 Change-Id: If50aaf0e1cb10d15ed089f18c040982c3c2519a1
1 parent 591cf6c commit a680d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zuul.d/base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
- job:
154154
name: neutron-linuxbridge-tempest-plugin-nftables
155-
parent: neutron-tempest-plugin-linuxbridge
155+
parent: neutron-tempest-plugin-linuxbridge-2023-1
156156
pre-run: playbooks/install_nftables.yaml
157157
vars:
158158
devstack_local_conf:
@@ -163,7 +163,7 @@
163163

164164
- job:
165165
name: neutron-ovs-tempest-plugin-iptables_hybrid-nftables
166-
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
166+
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid-2023-1
167167
pre-run: playbooks/install_nftables.yaml
168168
vars:
169169
devstack_local_conf:

0 commit comments

Comments
 (0)