diff mbox series

[ovs-dev] ci: ovn-kubernetes: Log ovn-kubernetes commit SHA.

Message ID 20210909153128.8110-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] ci: ovn-kubernetes: Log ovn-kubernetes commit SHA. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_ovn-kubernetes success github build: passed
ovsrobot/github-robot-_Build_and_Test fail github build: failed

Commit Message

Dumitru Ceara Sept. 9, 2021, 3:31 p.m. UTC
This makes it easier to debug test failures.

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 .ci/ovn-kubernetes/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique Sept. 14, 2021, 8:31 p.m. UTC | #1
On Thu, Sep 9, 2021 at 11:32 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> This makes it easier to debug test failures.
>
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Thanks.  I applied this patch to the main branch.

Numan

> ---
>  .ci/ovn-kubernetes/Dockerfile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile
> index 9dde47259..9cfc32f62 100644
> --- a/.ci/ovn-kubernetes/Dockerfile
> +++ b/.ci/ovn-kubernetes/Dockerfile
> @@ -42,7 +42,7 @@ ARG OVNKUBE_COMMIT
>  WORKDIR /root
>  RUN git clone https://github.com/ovn-org/ovn-kubernetes.git
>  WORKDIR /root/ovn-kubernetes/go-controller
> -RUN git checkout ${OVNKUBE_COMMIT} && make
> +RUN git checkout ${OVNKUBE_COMMIT} && git log -n 1 && make
>
>  # Build the final image
>  FROM fedora:33
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile
index 9dde47259..9cfc32f62 100644
--- a/.ci/ovn-kubernetes/Dockerfile
+++ b/.ci/ovn-kubernetes/Dockerfile
@@ -42,7 +42,7 @@  ARG OVNKUBE_COMMIT
 WORKDIR /root
 RUN git clone https://github.com/ovn-org/ovn-kubernetes.git
 WORKDIR /root/ovn-kubernetes/go-controller
-RUN git checkout ${OVNKUBE_COMMIT} && make
+RUN git checkout ${OVNKUBE_COMMIT} && git log -n 1 && make
 
 # Build the final image
 FROM fedora:33