Skip to content

Commit 032837c

Browse files
committed
Use main branch for ovs in master job
devstack uses bundled ovs to build ovn, and ovs is built independently from its source. Change-Id: I3d0b2231072523fc4e54c194541926972df3bbed Depends-on: https://review.opendev.org/c/openstack/devstack/+/838782 Signed-off-by: Takashi Kajinami <[email protected]>
1 parent 02ae248 commit 032837c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

zuul.d/base.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
Q_BUILD_OVS_FROM_GIT: True
5252
INSTALL_OVN: True
5353
OVN_BRANCH: main
54-
# NOTE(froyo): OVN main branch following OVS stable branch
55-
OVS_BRANCH: branch-3.4
54+
OVS_BRANCH: main
5655

5756
- job:
5857
name: ovn-octavia-provider-tempest-base
@@ -182,5 +181,4 @@
182181
OVN_BUILD_FROM_SOURCE: True
183182
INSTALL_OVN: True
184183
OVN_BRANCH: main
185-
# NOTE(froyo): OVN main branch following OVS stable branch
186-
OVS_BRANCH: branch-3.4
184+
OVS_BRANCH: main

0 commit comments

Comments
 (0)