From f9319a185b957b98f18225a0c15d65df4049bc6c Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 10 Apr 2023 12:42:17 +0530 Subject: [PATCH] Pin OVS_BRANCH to working commit With [1] OVN main branch compilation fails, until main branch is fixed to work with ovs master, let's pin OVS_BRANCH to working commit. [1] https://github.com/openvswitch/ovs/commit/07cf5810de Related-Bug: #2015728 Change-Id: Icdd1affc944de6c1e00da9539e13a8d698cfc0e6 --- zuul.d/base.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 9e87557c..a06efd8e 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -51,7 +51,9 @@ Q_BUILD_OVS_FROM_GIT: True INSTALL_OVN: True OVN_BRANCH: main - OVS_BRANCH: master + # TODO(ykarel) move to master once OVN main branch is fixed to + # work with https://github.com/openvswitch/ovs/commit/07cf5810de + OVS_BRANCH: e90a0727f17f6ad915a32735a8c0b282f2c8cd6f - job: name: ovn-octavia-provider-tempest-base @@ -183,4 +185,6 @@ Q_BUILD_OVS_FROM_GIT: True INSTALL_OVN: True OVN_BRANCH: main - OVS_BRANCH: master + # TODO(ykarel) move to master once OVN main branch is fixed to + # work with https://github.com/openvswitch/ovs/commit/07cf5810de + OVS_BRANCH: e90a0727f17f6ad915a32735a8c0b282f2c8cd6f