From nobody Tue Feb 10 06:05:43 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+94710+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+94710+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1664896785; cv=none; d=zohomail.com; s=zohoarc; b=Hxscv2Nk236Otygw6MdWWeVuL1IBnR/xyEG65ID65nuojDe9zc4+a/yv5AlW7Xf7svjdTNnMD+mYChuevxf+3bbndbTE0a2WhHOs7uNtInvrNeCCsP1x9dkDUCaWEgWMEdGspq1NFDpvwCPwdcwvPDZllITkMHomHmrX/jgWJkk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1664896785; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=/YCeo2dtThDqHh9s1Sr19UMAONyvnDzDyYILYsmhzTI=; b=Zp7qSzHvvZe3fCvk50b7v9vS4alZAhPesuAlBYIZ/kxGegtHmceOkYVBwl2o97IMs+OZXrHXqACc7qMtUnw4GUri/PHw3StYTO1I6VEH4JagPEoQrZm+dJc0N7aoKPAPK2DJL3brdvrTrxCGepsi0CdeCxPgeJc2U8tcjiUgI1M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+94710+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1664896785920329.35631284994474; Tue, 4 Oct 2022 08:19:45 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id Y7jsYY1788612x3pFcWXBB8P; Tue, 04 Oct 2022 08:19:45 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.11949.1664896784439426822 for ; Tue, 04 Oct 2022 08:19:44 -0700 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 9A2F120E6F43; Tue, 4 Oct 2022 08:19:43 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9A2F120E6F43 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Hao A Wu , Michael D Kinney Subject: [edk2-devel] [PATCH v1 2/3] SourceLevelDebugPkg: Add package CI YAML file Date: Tue, 4 Oct 2022 11:18:57 -0400 Message-Id: <20221004151858.870-3-mikuback@linux.microsoft.com> In-Reply-To: <20221004151858.870-1-mikuback@linux.microsoft.com> References: <20221004151858.870-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,mikuback@linux.microsoft.com X-Gm-Message-State: SPFdVQOlo9PWh7tmBxMHk4tox1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1664896785; bh=G91HfaoDwsKKkhu3oci1tak1YiaB0gYoVFtCN31juQY=; h=Cc:Date:From:Reply-To:Subject:To; b=dqTIhvDqfeumWjbMbphzBNMb1+V5dRGoB+5uXBUD2Cb0jG33H36iLL8ZbBwxWT1jwiS +LOPwi5Hblz3xqFQIf+9Lszl86yxux+8is/agSbQpsQWI0Z2Vfh7uBouLUdd4Wb7ksTaN lb/x3lK3i1jWPx0QV/WOe6SxmyrFbKEr6C8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1664896787486100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4091 Adds the package as a supported package to .pytool/CISettings.py and adds a CI YAML for the package so it can be run in CI. Cc: Hao A Wu Cc: Michael D Kinney Signed-off-by: Michael Kubacki --- .pytool/CISettings.py | 1 + SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml | 117 ++++++++++++++++++++ 2 files changed, 118 insertions(+) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index aef850a54549..f2c6303b2a08 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -70,6 +70,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsMana= ger, SetupSettingsManag "UnitTestFrameworkPkg", "OvmfPkg", "RedfishPkg", + "SourceLevelDebugPkg", "UefiPayloadPkg" ) =20 diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml b/SourceLevelD= ebugPkg/SourceLevelDebugPkg.ci.yaml new file mode 100644 index 000000000000..8887a6d10bc5 --- /dev/null +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml @@ -0,0 +1,117 @@ +## @file +# Core CI configuration for SourceLevelDebugPkg +# +# Copyright (c) Microsoft Corporation +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +## +{ + ## options defined .pytool/Plugin/LicenseCheck + "LicenseCheck": { + "IgnoreFiles": [] + }, + + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [] + }, + + ## options defined .pytool/Plugin/CompilerPlugin + "CompilerPlugin": { + "DscPath": "SourceLevelDebugPkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin + "HostUnitTestCompilerPlugin": { + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/CharEncodingCheck + "CharEncodingCheck": { + "IgnoreFiles": [] + }, + + ## options defined .pytool/Plugin/DependencyCheck + "DependencyCheck": { + "AcceptableDependencies": [ + "MdeModulePkg/MdeModulePkg.dec", + "MdePkg/MdePkg.dec", + "SecurityPkg/SecurityPkg.dec", + "SourceLevelDebugPkg/SourceLevelDebugPkg.dec", + "UefiCpuPkg/UefiCpuPkg.dec" + ], + # For host based unit tests + "AcceptableDependencies-HOST_APPLICATION":[ + "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec" + ], + # For UEFI shell based apps + "AcceptableDependencies-UEFI_APPLICATION":[], + "IgnoreInf": [] + }, + + ## options defined .pytool/Plugin/DscCompleteCheck + "DscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "SourceLevelDebugPkg.dsc" + }, + + ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck + "HostUnitTestDscCompleteCheck": { + "IgnoreInf": [""], + "DscPath": "" # Don't support this test + }, + + ## options defined .pytool/Plugin/GuidCheck + "GuidCheck": { + "IgnoreGuidName": [], + "IgnoreGuidValue": [], + "IgnoreFoldersAndFiles": [], + "IgnoreDuplicates": [], + }, + + ## options defined .pytool/Plugin/LibraryClassCheck + "LibraryClassCheck": { + "IgnoreHeaderFile": [] + }, + + ## options defined .pytool/Plugin/SpellCheck + "SpellCheck": { + "AuditOnly": False, # All failures were addressed when Sp= ellCheck was enabled in this package + "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs in matching files + "ExtendWords": [ # words to extend to the dictionary f= or this package + "bidir", + "bsp's", + "capbility", # comes from external package + "dcddi", + "dcerstba", + "dcportsc", + "dcerstsz", + "epring", + "evalu", + "fxrestor", + "hccparams", + "hcsparams", + "iretd", + "iretq", + "isoch", + "mfindex", + "ompressed", + "portsc", + "sequenceno", + "smmentrybreak", + "stosd", + "stosq", + "ttach", + "urb's", + "xhc's" + ], + "IgnoreStandardPaths": [], # Standard Plugin defined paths that = should be ignore + "AdditionalIncludePaths": [] # Additional paths to spell check (wi= ldcards supported) + } +} --=20 2.28.0.windows.1 -=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 (#94710): https://edk2.groups.io/g/devel/message/94710 Mute This Topic: https://groups.io/mt/94115855/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-