On Tue, Aug 17, 2021 at 3:22 AM Mark Gray <[email protected]> wrote: > > On 16/08/2021 22:30, [email protected] wrote: > > From: Numan Siddique <[email protected]> > > > > All the ovn-k8s tests in OVN are now failing since a few weeks. > > Bumping the ovn-k8s commit to the latest one in my private > > CI run passed all the tests except the control plane test [1]. > > control plane test is failing since a while and this needs to be > > debugged. > > > > ovn-k8s repo runs the same k8s kind tests with OVN version present in > > fedora 33 before merging a patch. So I think it should be fine to switch > > to the master commit of ovn-k8s. > > > > [1] - https://github.com/numansiddique/ovn/runs/3315367278 > > Thanks for following up on this as I was going to look at it today. Do > you have any idea what caused the failure?
Thanks for the review. I didn't get the chance to debug it. My guess is something in k8s changed which is causing this failure. Otherwise with the same ovn-k8s commit the tests were passing (except the control plane) a couple of weeks ago. > > > > > Signed-off-by: Numan Siddique <[email protected]> > > --- > > .github/workflows/ovn-kubernetes.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/.github/workflows/ovn-kubernetes.yml > > b/.github/workflows/ovn-kubernetes.yml > > index 03721c109..f9ea33247 100644 > > --- a/.github/workflows/ovn-kubernetes.yml > > +++ b/.github/workflows/ovn-kubernetes.yml > > @@ -11,7 +11,7 @@ on: > > env: > > GO_VERSION: "1.16.3" > > K8S_VERSION: v1.20.2 > > - OVNKUBE_COMMIT: "c9cd438575f11584871309740c78dde29752940b" > > + OVNKUBE_COMMIT: "master" > > KIND_CLUSTER_NAME: ovn > > KIND_INSTALL_INGRESS: true > > KIND_ALLOW_SYSTEM_WRITES: true > > > > Acked-by: Mark D. Gray <[email protected]> I applied this patch to the main branch. Numan > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
