From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.4391.1587730868344514413 for ; Fri, 24 Apr 2020 05:21:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ZdS597P1; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587730867; 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=CkoH5BmqPMawgdKAul9NY9P8TPApCSI2OjaVhjrYkhE=; b=ZdS597P1lDy/VtYDA9aUC/YUEs1mUDcDxaGwBWyr/uRzpk1/ikhvoQnHtYSO33mOyK4EMx POLXn1zQeJ+ucPk8FiNvBwIXIDRhjlFfa7+SPVn6bt8nbFWm5Qrba4qtso4Sc1ZdfGDmCS fEs5LMPPHbvweP4ma5NMZNDTxM2GkdU= 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-75-P-QMIlZ6NUSqpGB2XHIHLA-1; Fri, 24 Apr 2020 08:21:03 -0400 X-MC-Unique: P-QMIlZ6NUSqpGB2XHIHLA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D2B25107ACCD; Fri, 24 Apr 2020 12:21:01 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-159.ams2.redhat.com [10.36.113.159]) by smtp.corp.redhat.com (Postfix) with ESMTP id 676685D9D3; Fri, 24 Apr 2020 12:20:59 +0000 (UTC) Subject: Re: [PATCH v2 0/6] Edk2 Platform and Core CI for ArmVirtPkg, EmulatorPkg, and OvmfPkg From: "Laszlo Ersek" To: Sean Brogan , Ard Biesheuvel , "michael.kubacki@outlook.com" , "devel@edk2.groups.io" Cc: Andrew Fish , Bret Barkelew , Jordan Justen , Leif Lindholm , Liming Gao , "Kinney, Michael D" , Ray Ni References: Message-ID: <932dabbb-5bec-eb1a-34f6-3702a2ed8c6f@redhat.com> Date: Fri, 24 Apr 2020 14:20:58 +0200 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: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 04/24/20 14:12, Laszlo Ersek wrote: > On 04/24/20 07:55, Sean Brogan wrote: >> Thanks for providing feedback. >> My V10 branch is up which will be sent to the mailing list tomorrow as the V3 patch set unless there are any changes requested. >> >> This now includes a 7th patch which converts the edk2 ReadMe.md to ReadMe.rst and shows the Platform CI status. The other package ReadMe files that describe how to run locally have been updated to remove the status and some text changed. Finally they were moved into the PlatformCI folder. This should now align with Laszlo's requests. >> >> https://github.com/spbrogan/edk2/tree/PlatformAndCoreCIForOvmfArmVirtEmulatorPackages_v10 > > For your commit 3ce12a4eaa4d ("ArmVirtPkg: Add Platform CI and > configuration for Core CI", 2020-04-23): > > Acked-by: Laszlo Ersek > > For your commit bdd9493c68a7 ("OvmfPkg: Add Platform CI and > configuration for Core CI", 2020-04-23): > > Acked-by: Laszlo Ersek For your commit d5e4e7a6d5e2 ("ReadMe: Convert to rst and add Platform CI Status", 2020-04-23): Reviewed-by: Laszlo Ersek as I've made a reasonable effort to proof-read it, in plaintext (not rendered) format, comparing it to the format being replaced. Thanks Laszlo