From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web11.4535.1687815303877914867 for ; Mon, 26 Jun 2023 14:35:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20221208 header.b=quBm64Ku; spf=pass (domain: gmail.com, ip: 209.85.210.178, mailfrom: joey.vagedes@gmail.com) Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-666ed230c81so3410254b3a.0 for ; Mon, 26 Jun 2023 14:35:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815303; x=1690407303; 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=l96vrk+f+ggAe4lVUymObIlEx3K2ZsX/+mEnk1zni9k=; b=quBm64KuJtdmyZwYBFakNaTA+FAzXbLoGHCnSgIgdqZ2YDvwM1Ik/vByAE2RxKHlBa BoEq8z6m/eXvPzVINJ3UsP8qRmBVOQFVaUNrtXaBpjhRZhn8C8G1IIpkayiSacUEItsY QKk2V6RkC4aSZd4B3Y85oWDKSLs2UI/6lDHs3KX9e66H4p4iLAmVil4B2iLzOlJX7kI1 qLWnlEGg3VGxh01mbqzXsPrAwqHOfiknbwp/dKXmk0fPEQI+gB+/95cJWx0/0+ZZfxnX YfxqC/r1PHfk4bfwmZaB8KqRPv7W8eZ65lLsDZlBZiZUtfjvJjyQNcA5iv0zHeNPVzGD Jr1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815303; x=1690407303; 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=l96vrk+f+ggAe4lVUymObIlEx3K2ZsX/+mEnk1zni9k=; b=ZUyntMlfdiX2uqEoJOtqKA1Dvy7TuhW5b6PrNpcEv7g1gqMfVYY0NvC15He2p/9IoD dfgB50VXRSAO75Y7tbQdpahT3IoavY3hI/N5EpCvvyO6mWgZYs9jPKxdWkwUsWOuv5EH lxmMJXjb7nhoaZOMm5VNAti679sx0K2/zJUvB5hV/3+mSP6QkzcPPkl10SjA+QYV6pgk it7Too9dRUKRzND4HAcOiKpqYVh95EfkX4s1F6IwlCO4JWTV0CpJObBrdsI++kNhgDiZ urX9li895OkpRw38ltYJOwGMT19OsXEcuTNDSwfQYCH0u4os11lCILNixxY1uTzwPsg5 Q7lQ== X-Gm-Message-State: AC+VfDwibfOZ8R5DfkbElQ4H+AhwPG3hc/LGpsy4/MLclgHSSmt8JbF+ 3jbqZpSaKP1GJBBXb7Y6201sLB9I6obiUHCm X-Google-Smtp-Source: ACHHUZ5Yl/YJ/HwUr9/kCDRIh+t2o/Qd5T2JbRU7RmsrIJ2AFMtmylxVEYwgnI1YPyF9hE2ceC9Wew== X-Received: by 2002:a05:6a00:139b:b0:67b:2eba:bed4 with SMTP id t27-20020a056a00139b00b0067b2ebabed4mr1770517pfg.14.1687815303023; Mon, 26 Jun 2023 14:35:03 -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.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:35:02 -0700 (PDT) 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: [PATCH v1 12/24] IntelFsp2Pkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:21 -0700 Message-ID: <20230626213434.8-13-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: 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 --- 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.41.0.windows.1