diff mbox series

[ovs-dev] CI: Use ovn-k8s master commit for k8s kind tests.

Message ID 20210816212609.2244269-1-numans@ovn.org
State Not Applicable
Headers show
Series [ovs-dev] CI: Use ovn-k8s master commit for k8s kind tests. | expand

Checks

Context Check Description
ovsrobot/apply-robot fail apply and check: fail

Commit Message

Numan Siddique Aug. 16, 2021, 9:26 p.m. UTC
From: Numan Siddique <numans@ovn.org>

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

Signed-off-by: Numan Siddique <numans@ovn.org>
---
 .github/workflows/ovn-kubernetes.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

0-day Robot Aug. 16, 2021, 9:36 p.m. UTC | #1
Bleep bloop.  Greetings Numan Siddique, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


git-am:
error: sha1 information is lacking or useless (.github/workflows/ovn-kubernetes.yml).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 CI: Use ovn-k8s master commit for k8s kind tests.
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


Patch skipped due to previous failure.

Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
diff mbox series

Patch

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