From b9e8cb62e05b46465a4305bfd3bda74e23f30d4f Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Tue, 14 Nov 2023 12:18:06 +0100 Subject: [PATCH] README: Add build badges. These are useful to spot build failures in different CI systems. For example, documentation build is failing for about 2 months now, the badge might help with spotting the issue earlier. Signed-off-by: Ilya Maximets Signed-off-by: Dumitru Ceara --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 74ae22f41d..6fb7177421 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,17 @@ OVN === +.. image:: https://github.com/ovn-org/ovn/actions/workflows/test.yml/badge.svg + :target: https://github.com/ovn-org/ovn/actions/workflows/test.yml +.. image:: https://github.com/ovn-org/ovn/actions/workflows/ovn-kubernetes.yml/badge.svg + :target: https://github.com/ovn-org/ovn/actions/workflows/ovn-kubernetes.yml +.. image:: https://github.com/ovn-org/ovn/actions/workflows/ovn-fake-multinode-tests.yml/badge.svg + :target: https://github.com/ovn-org/ovn/actions/workflows/ovn-fake-multinode-tests.yml +.. image:: https://api.cirrus-ci.com/github/ovn-org/ovn.svg + :target: https://cirrus-ci.com/github/ovn-org/ovn +.. image:: https://readthedocs.org/projects/ovn/badge/?version=latest + :target: https://docs.ovn.org/en/latest/ + What is OVN? ---------------------