From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web09.2508.1573123489481256339 for ; Thu, 07 Nov 2019 02:44:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CX2oKjsH; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573123488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NMn8rJFKu+5Trr8fhRlN9CVC94OOeo7twMovCtxFzrg=; b=CX2oKjsHU1wB6rw4JUYIvPnKhOD5p0o6aGAGSseIDyNT4ZiVx6N31t/5A+HF4N+WVMzeOW ECvQTXihchV1qjXz3NttLyuy7uTSFmth3w4b1koevKDC3hjliUEFT2vC0CB3oxJJ0VCX0M 8rBMr4Ec7PdssdgwCvHa34Mn4xQe9sI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-362-8vWjqbKjNe6R1jPbvlEotg-1; Thu, 07 Nov 2019 05:44:44 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3EACD800C61; Thu, 7 Nov 2019 10:44:43 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (unknown [10.36.118.71]) by smtp.corp.redhat.com (Postfix) with ESMTP id 47CE9600CE; Thu, 7 Nov 2019 10:44:42 +0000 (UTC) Subject: Re: [Patch v4 22/22] Readme.md: Add CI build status badges To: Michael D Kinney , devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm References: <20191107011349.16524-1-michael.d.kinney@intel.com> <20191107011349.16524-23-michael.d.kinney@intel.com> From: "Laszlo Ersek" Message-ID: <28c708e7-3511-4edf-b135-9b1b110cac8d@redhat.com> Date: Thu, 7 Nov 2019 11:44:41 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191107011349.16524-23-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: 8vWjqbKjNe6R1jPbvlEotg-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/07/19 02:13, Michael D Kinney wrote: > Update Readme.md with status badges from the most recent > EDK II Continuous Integration(CI) build. >=20 > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Signed-off-by: Michael D Kinney > --- > Readme.md | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > 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. > =20 > +# Build Status > + > +| Host Type | Toolchain | Branch | Build Status | Test Status | Code Co= verage | > +| :-------- | :-------- | :------ | :----------- | :---------- | :------= ------ | > +| Windows | VS2019 | master | [![Build Status](https://dev.azure.c= om/tianocore/edk2-ci-play/_apis/build/status/edk2-staging/Windows%20VS2019%= 20CI?branchName=3Dmaster)](https://dev.azure.com/tianocore/edk2-ci-play/_bu= ild/latest?definitionId=3D27&branchName=3Dmaster) | [![Azure DevOps tests](= https://img.shields.io/azure-devops/tests/tianocore/edk2-ci-play/14.svg)](h= ttps://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=3D27= &branchName=3Dmaster) | [![Code Coverage](https://img.shields.io/badge/cove= rage-coming_soon-blue)](https://dev.azure.com/tianocore/edk2-ci-play/_build= /latest?definitionId=3D27&branchName=3Dmaster) | > +| Ubuntu | GCC | master | [![Build Status](https://dev.azure.c= om/tianocore/edk2-ci-play/_apis/build/status/edk2-staging/Ubuntu%20GCC5%20C= I?branchName=3Dmaster)](https://dev.azure.com/tianocore/edk2-ci-play/_build= /latest?definitionId=3D26&branchName=3Dmaster) | [![Azure DevOps tests](= https://img.shields.io/azure-devops/tests/tianocore/edk2-ci-play/15.svg)](h= ttps://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=3D26= &branchName=3Dmaster) | [![Code Coverage](https://img.shields.io/badge/cove= rage-coming_soon-blue)](https://dev.azure.com/tianocore/edk2-ci-play/_build= /latest?definitionId=3D26&branchName=3Dmaster) | > + > +[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 license= s: >=20 I'll defer to Leif on the source-level review of this change. :) I did check out the "live" version, at: https://github.com/tianocore/edk2-staging/tree/edk2-ci_V4#build-status It looks nice to me. Acked-by: Laszlo Ersek Thanks! Laszlo