From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web12.6148.1573142433823734221 for ; Thu, 07 Nov 2019 08:00:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=ESRTMsXi; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: leif.lindholm@linaro.org) Received: by mail-wr1-f67.google.com with SMTP id p4so3612865wrm.8 for ; Thu, 07 Nov 2019 08:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mRBQpgsr2HKD3R9HP+EcV3YsTupcD3h8F2WQFeGQv34=; b=ESRTMsXi87yg2bHIm3GNUB7bN9/023fIq9d8TrAQ7FpbkNTIgU5LvIlQYwtk8xrE6/ 6MPTt/y2Tt02cW7SboSNzC8fAqqxWtBAXNkOXuG2R1wqgc1RjBUiwyv50Fh+QIvmFxNw fCik5utiKIxvaFnmyOG6+8n4oDNmLhd7qAq5CK/5n3QUV0udGoElwAqG1mEIAf4eXGGf kXutpQEoZ0Nw7Dkj9T7jDNdsWkf310uuNR0MJLqeCsDL6NBHHgNPERTJobaXIkQOE0W/ lcz9AHfeMB9xo2LG8PWn63+tWZgxItwIm9VW+ZrRxaP7xD7M4rz1gkly81te5e2taQ9F Q4Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mRBQpgsr2HKD3R9HP+EcV3YsTupcD3h8F2WQFeGQv34=; b=WKlSXwW5X/j4Ws+3hPS1JZYVvpXRhfDhzKK4AJ/tEX69SsBkfUUMFF7GqukB/62KLN gK0ZwUU3o/cKhw/CKN389jDAqVAM3GdA/U88duyqK7aslEUElXxlXPaNJ93BFhnpLY++ j2/ZBxJNURoAaoDtjYt5Nry624hUeexIqITNdwHJb3RDn9EO+ztMjbxQHpYwRUjTJ8DQ 1qaie4/UkYo8GmFx84r1eDCIEFGLD1cZIGHxTJFXPNCS1T7WG38qpljS49+rxKeqYiPZ RXIyN4PGCzuUZMhukCVl0RjA61wdjOOJHouOBcuqyWp/pinwWCIVdvm69EfhF+0dqRf3 3rIw== X-Gm-Message-State: APjAAAUg0yIPYmjSEbERAH77iiDBNnXH3c1Zi/ZDn4IkidInoLJuvW8G ukKgxvwihRoP+xC2QCgjvB/g2A== X-Google-Smtp-Source: APXvYqwua3McNjplG34d4oU/AygOErIdSkXWy0Pr3Jx7KQ2lJ+AYB9p7HzHn7J4OTa8j4nHyBtzd6g== X-Received: by 2002:adf:da42:: with SMTP id r2mr3450411wrl.383.1573142432261; Thu, 07 Nov 2019 08:00:32 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id n23sm2390629wmc.18.2019.11.07.08.00.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Nov 2019 08:00:31 -0800 (PST) Date: Thu, 7 Nov 2019 16:00:29 +0000 From: "Leif Lindholm" To: Michael D Kinney Cc: devel@edk2.groups.io, Andrew Fish , Laszlo Ersek Subject: Re: [Patch v4 22/22] Readme.md: Add CI build status badges Message-ID: <20191107160029.GN16820@bivouac.eciton.net> References: <20191107011349.16524-1-michael.d.kinney@intel.com> <20191107011349.16524-23-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20191107011349.16524-23-michael.d.kinney@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 06, 2019 at 05:13:49PM -0800, Michael D Kinney wrote: > Update Readme.md with status badges from the most recent > EDK II Continuous Integration(CI) build. > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Signed-off-by: Michael D Kinney > --- > Readme.md | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/Readme.md b/Readme.md > index 27e4ce0771..0207923763 100644 > --- a/Readme.md > +++ b/Readme.md > @@ -3,6 +3,17 @@ > A modern, feature-rich, cross-platform firmware development environment > for the UEFI and PI specifications from www.uefi.org. > > +# Build Status > + > +| Host Type | Toolchain | Branch | Build Status | Test Status | Code Coverage | > +| :-------- | :-------- | :------ | :----------- | :---------- | :------------ | > +| Windows | VS2019 | master | [![Build Status](https://dev.azure.com/tianocore/edk2-ci-play/_apis/build/status/edk2-staging/Windows%20VS2019%20CI?branchName=master)](https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=27&branchName=master) | [![Azure DevOps tests](https://img.shields.io/azure-devops/tests/tianocore/edk2-ci-play/14.svg)](https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=27&branchName=master) | [![Code Coverage](https://img.shields.io/badge/coverage-coming_soon-blue)](https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=27&branchName=master) | > +| Ubuntu | GCC | master | [![Build Status](https://dev.azure.com/tianocore/edk2-ci-play/_apis/build/status/edk2-staging/Ubuntu%20GCC5%20CI?branchName=master)](https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=26&branchName=master) | [![Azure DevOps tests](https://img.shields.io/azure-devops/tests/tianocore/edk2-ci-play/15.svg)](https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=26&branchName=master) | [![Code Coverage](https://img.shields.io/badge/coverage-coming_soon-blue)](https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=26&branchName=master) | I'm still not super happy about this. If there is no hacky way of embedding this from another file, could we consider breaking it out into a separate BuildStatus.md and putting a link to that at the top of this file? / Leif. > + > +[More CI Build information](.pytool/Readme.md) > + > +# License Details > + > The majority of the content in the EDK II open source project uses a > [BSD-2-Clause Plus Patent License](License.txt). The EDK II open source project > contains the following components that are covered by additional licenses: > -- > 2.21.0.windows.1 >