From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7CA82941EA8 for ; Mon, 11 Dec 2023 17:21:51 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=a51R5zksns9Y8ET0mcdlOhZ6DnNYWllMdCyjspBT8gM=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1702315310; v=1; b=Djphr8oJJ02pAI3lXNwOCkP4Ba0Aa/D4J6Dzqhp6Hc8TfaD/nf4ywgZ1CILKZyi3rUK4CutG E8DdKTVfRXktziOHZlA89BSfrn0PLWuG2owj9/l7yiD/2ViruyV37Ej2S8W/3xsoZ5WQkM889a+ ZgxtKOmy9fiwQlTYrKqlVqt4= X-Received: by 127.0.0.2 with SMTP id raE4YY7687511xyblg4efFEP; Mon, 11 Dec 2023 09:21:50 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.937.1702315309188234954 for ; Mon, 11 Dec 2023 09:21:49 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-248-wMOndTtAPcuf3_s5G8E2yQ-1; Mon, 11 Dec 2023 12:21:45 -0500 X-MC-Unique: wMOndTtAPcuf3_s5G8E2yQ-1 X-Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9844C101A555; Mon, 11 Dec 2023 17:21:44 +0000 (UTC) X-Received: from [10.39.194.43] (unknown [10.39.194.43]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C20033C25; Mon, 11 Dec 2023 17:21:43 +0000 (UTC) Message-ID: <7fc470c6-ea67-487d-36cd-ebeb595d950e@redhat.com> Date: Mon, 11 Dec 2023 18:21:42 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v2] CloudHv: Add CI for CloudHv on AArch64 From: "Laszlo Ersek" To: devel@edk2.groups.io, jianyong.wu@arm.com, Sami.Mujawar@arm.com Cc: ardb+tianocore@kernel.org References: <20231123032237.2327456-1-jianyong.wu@arm.com> In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: m0jVvPnPEj4wJ0Dd4q32UX0Ex7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Djphr8oJ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Hi Jianyong, On 12/11/23 17:31, Laszlo Ersek wrote: > On 11/23/23 04:22, Jianyong Wu wrote: >> Add the long lost CI for CloudHv on AArch64. >> As CloudHv CI works nearly the same way with other VMMs like KvmTool, >> thus we can easily create its CI configuration based on KvmTool. >> >> Reviewed-by: Laszlo Ersek >> Signed-off-by: Jianyong Wu >> --- >> .../PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 13 +++++++++++++ >> .../PlatformCI/{KvmToolBuild.py =3D> CloudHvBuild.py} | 4 ++-- >> 2 files changed, 15 insertions(+), 2 deletions(-) >> copy ArmVirtPkg/PlatformCI/{KvmToolBuild.py =3D> CloudHvBuild.py} (89%) >> >> diff --git a/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/Arm= VirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml >> index d1772a65fc..ab8a2db530 100644 >> --- a/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml >> +++ b/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml >> @@ -140,6 +140,19 @@ jobs: >> Build.Target: "RELEASE" >> Run: false >> =20 >> + CLOUDHV_AARCH64_DEBUG: >> + Build.File: "$(package)/PlatformCI/CloudHvBuild.py" >> + Build.Arch: "AARCH64" >> + Build.Flags: "" >> + Build.Target: "DEBUG" >> + Run: false >> + CLOUDHV_AARCH64_RELEASE: >> + Build.File: "$(package)/PlatformCI/CloudHvBuild.py" >> + Build.Arch: "AARCH64" >> + Build.Flags: "" >> + Build.Target: "RELEASE" >> + Run: false >> + >> workspace: >> clean: all >> =20 >> diff --git a/ArmVirtPkg/PlatformCI/KvmToolBuild.py b/ArmVirtPkg/Platform= CI/CloudHvBuild.py >> similarity index 89% >> copy from ArmVirtPkg/PlatformCI/KvmToolBuild.py >> copy to ArmVirtPkg/PlatformCI/CloudHvBuild.py >> index 4d02dba124..06ada39886 100644 >> --- a/ArmVirtPkg/PlatformCI/KvmToolBuild.py >> +++ b/ArmVirtPkg/PlatformCI/CloudHvBuild.py >> @@ -19,13 +19,13 @@ class CommonPlatform(): >> for the different parts of stuart >> ''' >> PackagesSupported =3D ("ArmVirtPkg",) >> - ArchSupported =3D ("AARCH64", "ARM") >> + ArchSupported =3D ("AARCH64") >=20 > Right, and this one change is new in version 2 of the patch. >=20 > My R-b stands. >=20 > I'm picking this up now. >=20 The CI run failed for this patch when I tried to merge it; can you please review ? Thanks, Laszlo -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112321): https://edk2.groups.io/g/devel/message/112321 Mute This Topic: https://groups.io/mt/102761729/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-