From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web10.4466.1687815306770904987 for ; Mon, 26 Jun 2023 14:35:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20221208 header.b=DE6Ukrx9; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: joey.vagedes@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-66f5faba829so1385910b3a.3 for ; Mon, 26 Jun 2023 14:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815306; x=1690407306; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=p3qAUxdpZAFQYLBV2kekZHLNy1rKhVipbepL9MQkLvo=; b=DE6Ukrx9oHS9Mq/Olr9dOYZub+3mVDi2buCzx4nFcHgZNrKl3ZFLJuzxK5feRookzH FVY4+ZwUbfSzahkl0PrUH4AmWCeSdD0LXVDCZDEL2ekfh2nRtbJnUtZgn5K882jOZzwN ZG6o+jBG7LESodeKr2UOpvczRWTSw4JzdZGhejFw6AgKxIayj4bTYTeEP6o9et507Ycu py82MztiI4P1an6vRZZALHhmXNmoPcEl3rNnpG0fFKbI8EPFtQuvX2YbB2eTEVIeFQCs rolm5pm7TL6SCEl7HKuEAFgjyM68kNVkr36eznfDQxSI0tyfgNG+Dzrs5KueD5wwIqtX yG8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815306; x=1690407306; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=p3qAUxdpZAFQYLBV2kekZHLNy1rKhVipbepL9MQkLvo=; b=SPXe+G60wSmIPiAT3ksY/SVIkZ63+CZZya+T9ryJnYaNQnrXCDzh+C1vRuKyeRhYSe axJH/sOERoTk36H966MXrOtdnvG/DIZ/fm9dwdbJmjdK7uiVjRpEcInHDxIl692xQ5f0 sN2lbOxP0L5WOUWc/ysPG3z6wMIH5saqWTme5V6snic+yDe3BDwIc0i3qbkzc1NO7/vE EY28vq8+p1GBIXucg5ir58/r5cBtl6+WKJvrnPu2BvUvsfnpoj8oda1eDWKDH2jxQ3mA HNDwCjTwF0jwJaXNFoHt9Q0kVpbIfHVkyCCohjsxPsffyV6UpjDoYJJUmxQHvyHlffX6 eHEQ== X-Gm-Message-State: AC+VfDwwD22S77eNO3UvYslP1Oo5+Qa1adKrprkqCxNf3yM7suIemL+l q7stddQXl+Tg2gXkGQgQI1r2X6blITUtFa3x X-Google-Smtp-Source: ACHHUZ5TWI+cCc5ORBPNR4h2rWmGuYJbX/FAvLnEhVCdpJR4TVnjbHgGhOWMIcbS0O3NPlrMQpPbiQ== X-Received: by 2002:a05:6a00:2193:b0:668:852a:ffc4 with SMTP id h19-20020a056a00219300b00668852affc4mr19887457pfi.4.1687815305912; Mon, 26 Jun 2023 14:35:05 -0700 (PDT) Return-Path: Received: from gem-name-lb-02.localdomain ([174.164.102.13]) by smtp.gmail.com with ESMTPSA id s1-20020aa78281000000b0065a1b05193asm4202300pfm.185.2023.06.26.14.35.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:35:04 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Hao A Wu Subject: [PATCH v1 14/24] SourceLevelDebugPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:23 -0700 Message-ID: <20230626213434.8-15-joey.vagedes@gmail.com> X-Mailer: git-send-email 2.41.0.windows.1 In-Reply-To: <20230626213434.8-1-joey.vagedes@gmail.com> References: <20230626213434.8-1-joey.vagedes@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Adds a PrEval entry to the package's ci.yaml file which is used to verify if the package uses a particular library instance when that library instance file (INF) is updated. When a library instance file (INF) is updated, PrEval will review each package's DSC as described in the ci.yaml file to determine if the package uses said library instance. If the package does use the library instance, it will be built and tested to ensure the package is not broken from the change. Cc: Hao A Wu Signed-off-by: Joey Vagedes --- SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml b/SourceLevelD= ebugPkg/SourceLevelDebugPkg.ci.yaml index 8887a6d10bc5..0ddf60cd434c 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "SourceLevelDebugPkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.41.0.windows.1