From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web10.5650.1587109205446347373 for ; Fri, 17 Apr 2020 00:40:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: shenglei.zhang@intel.com) IronPort-SDR: IjFU3W3sWWDDmhhqtynloAR50fyic33yPNLXDi8osRbyDyLirEbqxiwaZo6SZANeBx9zBbiJIT M1s+tqr6tPfQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2020 00:40:04 -0700 IronPort-SDR: OJ5onpMP5Q7Yf0Yb9I5OuvD28KhvI0Qnwewt/KOMmj0WMas4+oXPv4Iyepf04ZociDApvmwin5 OPvIsPBCejdg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,394,1580803200"; d="scan'208";a="400949267" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 17 Apr 2020 00:40:03 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 17 Apr 2020 00:40:02 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.225]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.89]) with mapi id 14.03.0439.000; Fri, 17 Apr 2020 15:39:37 +0800 From: "Zhang, Shenglei" To: "devel@edk2.groups.io" , "michael.kubacki@outlook.com" CC: Andrew Fish , Ard Biesheuvel , Bret Barkelew , "Justen, Jordan L" , Laszlo Ersek , Leif Lindholm , "Gao, Liming" , "Kinney, Michael D" , "Ni, Ray" , Sean Brogan Subject: Re: [edk2-devel] [PATCH v1 0/6] Edk2 Platform and Core CI for ArmVirtPkg, EmulatorPkg, and OvmfPkg Thread-Topic: [edk2-devel] [PATCH v1 0/6] Edk2 Platform and Core CI for ArmVirtPkg, EmulatorPkg, and OvmfPkg Thread-Index: AQHWDdGASQYynecOdEG1YLh98xz1Hah8+t2g Date: Fri, 17 Apr 2020 07:39:36 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: shenglei.zhang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Shenglei Zhang > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael Kubacki > Sent: Thursday, April 9, 2020 2:13 AM > To: devel@edk2.groups.io > Cc: Andrew Fish ; Ard Biesheuvel > ; Bret Barkelew > ; Justen, Jordan L > ; Laszlo Ersek ; Leif > Lindholm ; Gao, Liming ; Kinney= , > Michael D ; Ni, Ray ; Sean > Brogan > Subject: [edk2-devel] [PATCH v1 0/6] Edk2 Platform and Core CI for > ArmVirtPkg, EmulatorPkg, and OvmfPkg >=20 > From: Michael Kubacki >=20 > The following 6 patches adds support for "Platform CI" for ArmVirtPkg, > OvmfPkg, and EmulatorPkg. >=20 > Each readme has live status and links to the builds as well as details > of how to build and run the same way the CI server will. >=20 > ArmVirtPkg: > https://github.com/spbrogan/edk2/blob/PlatformAndCoreCIForOvmfArmVi > rtEmulatorPackages_v5/ArmVirtPkg/README-pytools.md >=20 > EmulatorPkg: > https://github.com/spbrogan/edk2/blob/PlatformAndCoreCIForOvmfArmVi > rtEmulatorPackages_v5/EmulatorPkg/README-pytools.md >=20 > OvmfPkg: > https://github.com/spbrogan/edk2/blob/PlatformAndCoreCIForOvmfArmVi > rtEmulatorPackages_v5/OvmfPkg/README-pytools.md >=20 > The patch set also adds ArmVirtPkg, OvmfPkg, and EmulatorPkg to Core CI > for > the code evaluation tests (not compiling). Details of those tests are he= re: > https://github.com/spbrogan/edk2/tree/PlatformAndCoreCIForOvmfArmVir > tEmulatorPackages_v5/.pytool >=20 > Branch can be reviewed here: > https://github.com/spbrogan/edk2/tree/PlatformAndCoreCIForOvmfArmVir > tEmulatorPackages_v5 >=20 > Please send feedback to the mailing list and do not leave feedback direc= tly > on github. >=20 > On a separate note, shallow threading might not work on this patch serie= s > due to changes made by the SMTP server. Please bear with me while I am > investigating if this can be changed. >=20 > Cc: Andrew Fish > Cc: Ard Biesheuvel > Cc: Bret Barkelew > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Ray Ni > Cc: Sean Brogan > Signed-off-by: Michael Kubacki >=20 > Sean Brogan (6): > .azurepipelines: Add Platform CI template > ArmVirtPkg: Add Platform CI and configuration for Core CI > EmulatorPkg: Add Platform CI and configuration for Core CI > OvmfPkg: Add Platform CI and configuration for Core CI > .pytool: Update CI Settings to support Emulator, ArmVirt, and Ovmf > packages > .azurepipelines: Update Core CI build matrix to include platforms >=20 > .azurepipelines/ReadMe.md | 50 ++++ > .azurepipelines/templates/ReadMe.md | 59 +++++ > .azurepipelines/templates/platform-build-run-steps.yml | 134 ++++++++++ > .azurepipelines/templates/pr-gate-build-job.yml | 5 + > .pytool/CISettings.py | 7 +- > .pytool/Plugin/SpellCheck/cspell.base.yaml | 14 ++ > .pytool/Readme.md | 10 +- > ArmVirtPkg/.azurepipelines/Ubuntu-GCC5.yml | 89 +++++++ > ArmVirtPkg/ArmVirtPkg.ci.yaml | 103 ++++++++ > ArmVirtPkg/PlatformBuild.py | 263 ++++++++++= ++++++++++ > ArmVirtPkg/README-pytools.md | 123 +++++++++ > ArmVirtPkg/iasl_ext_dep.yaml | 21 ++ > EmulatorPkg/.azurepipelines/Ubuntu-GCC5.yml | 95 +++++++ > EmulatorPkg/.azurepipelines/Windows-VS2019.yml | 85 +++++++ > EmulatorPkg/EmulatorPkg.ci.yaml | 85 +++++++ > EmulatorPkg/PlatformBuild.py | 252 ++++++++++= +++++++++ > EmulatorPkg/README-pytools.md | 173 ++++++++++= +++ > OvmfPkg/.azurepipelines/Ubuntu-GCC5.yml | 133 ++++++++++ > OvmfPkg/.azurepipelines/Windows-VS2019.yml | 138 ++++++++++ > OvmfPkg/OvmfPkg.ci.yaml | 83 ++++++ > OvmfPkg/PlatformBuild.py | 242 ++++++++++= ++++++++ > OvmfPkg/README-pytools.md | 238 ++++++++++= ++++++++ > OvmfPkg/iasl_ext_dep.yaml | 21 ++ > 23 files changed, 2415 insertions(+), 8 deletions(-) > create mode 100644 .azurepipelines/ReadMe.md > create mode 100644 .azurepipelines/templates/ReadMe.md > create mode 100644 .azurepipelines/templates/platform-build-run- > steps.yml > create mode 100644 ArmVirtPkg/.azurepipelines/Ubuntu-GCC5.yml > create mode 100644 ArmVirtPkg/ArmVirtPkg.ci.yaml > create mode 100644 ArmVirtPkg/PlatformBuild.py > create mode 100644 ArmVirtPkg/README-pytools.md > create mode 100644 ArmVirtPkg/iasl_ext_dep.yaml > create mode 100644 EmulatorPkg/.azurepipelines/Ubuntu-GCC5.yml > create mode 100644 EmulatorPkg/.azurepipelines/Windows-VS2019.yml > create mode 100644 EmulatorPkg/EmulatorPkg.ci.yaml > create mode 100644 EmulatorPkg/PlatformBuild.py > create mode 100644 EmulatorPkg/README-pytools.md > create mode 100644 OvmfPkg/.azurepipelines/Ubuntu-GCC5.yml > create mode 100644 OvmfPkg/.azurepipelines/Windows-VS2019.yml > create mode 100644 OvmfPkg/OvmfPkg.ci.yaml > create mode 100644 OvmfPkg/PlatformBuild.py > create mode 100644 OvmfPkg/README-pytools.md > create mode 100644 OvmfPkg/iasl_ext_dep.yaml >=20 > -- > 2.16.3.windows.1 >=20 >=20 >=20