Skip to content

Commit 358e349

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: If954d7f8150532036ce2b3e0d5b33ef48004e39c
1 parent 7dbd06d commit 358e349

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
@@ -151,7 +151,7 @@
151151

152152
- job:
153153
name: neutron-linuxbridge-tempest-plugin-scenario-nftables
154-
parent: neutron-tempest-plugin-scenario-linuxbridge
154+
parent: neutron-tempest-plugin-scenario-linuxbridge-yoga
155155
pre-run: playbooks/install_nftables.yaml
156156
vars:
157157
devstack_local_conf:
@@ -162,7 +162,7 @@
162162

163163
- job:
164164
name: neutron-ovs-tempest-plugin-scenario-iptables_hybrid-nftables
165-
parent: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
165+
parent: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-yoga
166166
pre-run: playbooks/install_nftables.yaml
167167
vars:
168168
devstack_local_conf:

0 commit comments

Comments
 (0)