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 E3E53AC1618 for ; Mon, 23 Oct 2023 17:53:54 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=wjUEwsAoHCIyYIC7hni6cJ/8R0s29FDGZVSLnfRAyYY=; 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=1698083633; v=1; b=n5Ah8uRwvCCReovnGAYCNlRQLYUUeLtNWFjeVM0IZKT4O6rycOIccR8tDGd5RGKMq9eZapg6 Zf+AHzlnRiidN0AN5Tf5dFXTkLPB5QQJwCokbfXOuczRXbMb7+cXwKJBSza/EIiyPuHi+x7S7lX JFhXoKiGexWFj5OXC2Tno3Zc= X-Received: by 127.0.0.2 with SMTP id NXsTYY7687511xtsvnyH05Vr; Mon, 23 Oct 2023 10:53:53 -0700 X-Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web11.128032.1698083633148038629 for ; Mon, 23 Oct 2023 10:53:53 -0700 X-Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-6b1e46ca282so3547033b3a.2 for ; Mon, 23 Oct 2023 10:53:53 -0700 (PDT) X-Gm-Message-State: 5vQ2EyRiDQcKBXcyrHSqvih7x7686176AA= X-Google-Smtp-Source: AGHT+IEMfrFJ+YaCWHEVZXtifvmxMZlO50TmbyvK9VENQaArLe7Db0eXhPwrRpIpIANhbvH46c8KmQ== X-Received: by 2002:aa7:8893:0:b0:6b5:a01f:f7fd with SMTP id z19-20020aa78893000000b006b5a01ff7fdmr11936729pfe.0.1698083632301; Mon, 23 Oct 2023 10:53:52 -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.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 10:53:51 -0700 (PDT) From: "Joey Vagedes via groups.io" X-Google-Original-From: Joey Vagedes To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Duggapu Chinni B , Ray Han Lim Ng , Star Zeng , Ted Kuo , Ashraf Ali S , Susovan Mohapatra Subject: [edk2-devel] [PATCH v2 07/12] IntelFsp2Pkg: CI: Add PrEval entry Date: Mon, 23 Oct 2023 10:51:55 -0700 Message-Id: <20231023175200.9082-8-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=n5Ah8uRw; 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: Chasel Chiu Cc: Nate DeSimone Cc: Duggapu Chinni B Cc: Ray Han Lim Ng Cc: Star Zeng Cc: Ted Kuo Cc: Ashraf Ali S Cc: Susovan Mohapatra Signed-off-by: Joey Vagedes Reviewed-by: Nate DeSimone --- IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml b/IntelFsp2Pkg/IntelFsp2Pkg.= ci.yaml index 95d18cfcde1f..bd6f4cc961b0 100644 --- a/IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml +++ b/IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "IntelFsp2Pkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109942): https://edk2.groups.io/g/devel/message/109942 Mute This Topic: https://groups.io/mt/102140975/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-