From patchwork Tue Nov 14 11:18:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1863592 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SV3gp31K5z1yR8 for ; Tue, 14 Nov 2023 22:18:14 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 875F941C5F; Tue, 14 Nov 2023 11:18:12 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 875F941C5F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DdCfOePucQ-p; Tue, 14 Nov 2023 11:18:11 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp4.osuosl.org (Postfix) with ESMTPS id 9B01841C51; Tue, 14 Nov 2023 11:18:10 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 9B01841C51 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7FA1AC0071; Tue, 14 Nov 2023 11:18:10 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 8DF36C0032 for ; Tue, 14 Nov 2023 11:18:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 69A7C60D4F for ; Tue, 14 Nov 2023 11:18:09 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 69A7C60D4F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bE3fNqFCFXXR for ; Tue, 14 Nov 2023 11:18:08 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by smtp3.osuosl.org (Postfix) with ESMTPS id 5C54E60BDB for ; Tue, 14 Nov 2023 11:18:08 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 5C54E60BDB Received: by mail.gandi.net (Postfix) with ESMTPSA id 75F8BC0002; Tue, 14 Nov 2023 11:18:06 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Tue, 14 Nov 2023 12:18:06 +0100 Message-ID: <20231114111807.859161-1-i.maximets@ovn.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-GND-Sasl: i.maximets@ovn.org Cc: Ilya Maximets , Dumitru Ceara Subject: [ovs-dev] [PATCH ovn] README: Add build badges. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" 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 Acked-by: Dumitru Ceara --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 74ae22f41..6fb717742 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? ---------------------