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.web12.4285.1587730352718790837 for ; Fri, 24 Apr 2020 05:12:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ODRCKPWG; 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=1587730351; 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=lKXwtA+aYvqk5EAlxO1qot4/8gNysBVzSpKeg8iypb8=; b=ODRCKPWGdvyTSZTacXsM9aa/+25HFQ0IBUau4C6chvSPpT5q+Zsw/J37oeoGM2RxcCtUlz O5ivYGjppCwbVNBSNaoi0PxFrzlHeb3xG/espBMx3tQk+6IrniaxzgStkpOzfds97tqb2y NVd45Jg8pcrnwG1ksDPe/o9AxSny17c= 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-400-BFkvBr3UNluaapsKyCAJrA-1; Fri, 24 Apr 2020 08:12:22 -0400 X-MC-Unique: BFkvBr3UNluaapsKyCAJrA-1 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 5B1D3100AA5A; Fri, 24 Apr 2020 12:12:20 +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 A7DC760300; Fri, 24 Apr 2020 12:12:17 +0000 (UTC) Subject: Re: [PATCH v2 0/6] Edk2 Platform and Core CI for ArmVirtPkg, EmulatorPkg, and OvmfPkg 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: From: "Laszlo Ersek" Message-ID: Date: Fri, 24 Apr 2020 14:12:16 +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.11 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 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 Thanks! Laszlo