From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.7265.1586853103431656153 for ; Tue, 14 Apr 2020 01:31:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: shenglei.zhang@intel.com) IronPort-SDR: RmUSqWcLKHFuhC+troRFHMimneyPhy+W5nqFEvBZ1OkuX+yT02T7TiDRO762bMluEgFEjS3xYQ alhZjZqR8nJw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2020 01:31:36 -0700 IronPort-SDR: iOYLfgEHKYvLwPOkJEZzjh+b0rz8upZAh8GTizajpffTjrg4BgoxaPniZ2MsoC0QN8XTy4tjQO W28OK0OH5HwQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,382,1580803200"; d="scan'208";a="256441390" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 14 Apr 2020 01:31:36 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 14 Apr 2020 01:31:35 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.225]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0439.000; Tue, 14 Apr 2020 16:31:30 +0800 From: "Zhang, Shenglei" To: "devel@edk2.groups.io" , "michael.kubacki@outlook.com" , Sean Brogan CC: Andrew Fish , Ard Biesheuvel , Bret Barkelew , "Justen, Jordan L" , Laszlo Ersek , Leif Lindholm , "Gao, Liming" , "Kinney, Michael D" , "Ni, Ray" 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: AQHWDdGASQYynecOdEG1YLh98xz1Hah4UQlA Date: Tue, 14 Apr 2020 08:31:30 +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 Hi Sean/Michael, Did you have test for the added piplines? Thanks, Shenglei > -----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