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 91E2E941C8A for ; Mon, 23 Oct 2023 17:53:52 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=6jpeAG4FsR31bKQhjCKRMdwO57XgZ7RbWsP7+i9scR4=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698083631; v=1; b=NNu4mbl4Kyk+s6Ccc/djtfgbmPtoNe3IwJ+HybWPKsmLGCce8b21LW0iSAszD3AC9M7dMsID FndSsvsCrSw+26tr3kKOBb/MBOkdqnpO9Ax5mepENtsZQAfk4qAKW3CH3aYkPBYRC87e0mDeAKB 5U927jNI8xHpwjazwj5fiksw= X-Received: by 127.0.0.2 with SMTP id CXA9YY7687511xJlqiWiUIZr; Mon, 23 Oct 2023 10:53:51 -0700 X-Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web11.128025.1698083630192999130 for ; Mon, 23 Oct 2023 10:53:50 -0700 X-Received: by mail-pf1-f181.google.com with SMTP id d2e1a72fcca58-6ba54c3ed97so3459591b3a.2 for ; Mon, 23 Oct 2023 10:53:50 -0700 (PDT) X-Gm-Message-State: noERQNdwSstmztNgxssoZDdDx7686176AA= X-Google-Smtp-Source: AGHT+IEsskzMoWkLh+IjHAQbNBTrGq5Xzg6Glqyx4FrpOtpBC/gQ4ZloVcqFYzPjFxmz4ykk0N1DVA== X-Received: by 2002:a05:6a00:14c9:b0:68f:bbc3:df44 with SMTP id w9-20020a056a0014c900b0068fbbc3df44mr13036979pfu.0.1698083629362; Mon, 23 Oct 2023 10:53:49 -0700 (PDT) X-Received: from localhost.localdomain (c-174-164-102-13.hsd1.wa.comcast.net. [174.164.102.13]) by smtp.googlemail.com with ESMTPSA id f11-20020aa79d8b000000b006b4a5569694sm6322654pfq.83.2023.10.23.10.53.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 10:53:48 -0700 (PDT) From: "Joey Vagedes via groups.io" X-Google-Original-From: Joey Vagedes To: devel@edk2.groups.io Cc: Sami Mujawar , Alexei Fedorov , Pierre Gondois , Sami Mujawar Subject: [edk2-devel] [PATCH v2 04/12] DynamicTablesPkg: CI: Add PrEval entry Date: Mon, 23 Oct 2023 10:51:52 -0700 Message-Id: <20231023175200.9082-5-joeyvagedes@microsoft.com> In-Reply-To: <20231023175200.9082-1-joeyvagedes@microsoft.com> References: <20231023175200.9082-1-joeyvagedes@microsoft.com> MIME-Version: 1.0 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,joeyvagedes@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: 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=NNu4mbl4; dmarc=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 From: Joey Vagedes 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: Sami Mujawar Cc: Alexei Fedorov Cc: Pierre Gondois Signed-off-by: Joey Vagedes Reviewed-by: Sami Mujawar --- DynamicTablesPkg/DynamicTablesPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml b/DynamicTablesPkg/D= ynamicTablesPkg.ci.yaml index 5addf8626841..f37842f65246 100644 --- a/DynamicTablesPkg/DynamicTablesPkg.ci.yaml +++ b/DynamicTablesPkg/DynamicTablesPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "DynamicTablesPkg.dsc",=0D + },=0D "EccCheck": {=0D ## Exception sample looks like below:=0D ## "ExceptionList": [=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109939): https://edk2.groups.io/g/devel/message/109939 Mute This Topic: https://groups.io/mt/102140971/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-