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? > > 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]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
