From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mx.groups.io with SMTP id smtpd.web11.4549.1687815321111267521 for ; Mon, 26 Jun 2023 14:35:21 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=HKUqKGvQ; spf=pass (domain: gmail.com, ip: 209.85.166.174, mailfrom: joey.vagedes@gmail.com) Received: by mail-il1-f174.google.com with SMTP id e9e14a558f8ab-345ad94db0aso4965985ab.1 for ; Mon, 26 Jun 2023 14:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815320; x=1690407320; 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=FHpAuIXyqYf+43ttYi607WkNm8MWp5H54j/mzCM6WsA=; b=HKUqKGvQ59gp6Vyb5AsOHAqSl32oKr/0Jlr4sP0Oz/RKNWVLYQT2xbsnYabYW6ycTZ ieGPktr595RZbJ9yZbSjPE4Tpi1axlMKcFfETox4Iub+NExGpl+xio6W1y8rtR9rjyzk /4LcwB259wh5WaNqTzg3d0gOW/zl9L5IvrsuxfiCAThZtmi1/AobHXxob+kF93ATXaVd cYzNPy3dS2nFC/3gJROWQkBOMe0nVGBX4upL32hXujp4H2G2W7I3Q42qTH9S2aBvIn8T f9Q9rEBfSNp2V8QDEDb4anO9DugfSGrX5hWB5HgJE4/hB737UF5VBK04uF+fXvZjlLw9 sKNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815320; x=1690407320; 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=FHpAuIXyqYf+43ttYi607WkNm8MWp5H54j/mzCM6WsA=; b=SM1VgFopV3BocMbgXE5x6RALk32XCv1cbEfizj3R3fvh0g171b/Z3z4FJ2F8dOmNRf fovyYVesqnmuHURhPOX0IPE8Z67vOZRPDJmARC3WwPtdw15lPhXjvoFrlD9m/2v2yxWT 6KP0hhsg0WeUsoWqGJPvBem4OPhRyqKs/4qupcVKUi98PMoLDy56Xat0vUz4lEW9lRZx LVtfjQoV5eNW9MFBNnCanG/Yj55rZwbR9fQ/+GcCqmQz70DfW4zP3SAdA0pAsuapPRVa HXu/CrhP4c8xiyckRGECwgmXOhNjU4FUsgVAs2yY6djb4U1ajXhCv40YDjB/q0ACGi56 Ml8w== X-Gm-Message-State: AC+VfDzi7hQbq7yVYa7puEe99JZ5BLwYQeD/4jfbwfqanhu4XBortHd7 niuxBXevu7pqMlA9iNbHp7gKc8I88KQrHzzy X-Google-Smtp-Source: ACHHUZ5vCx3oU0o553fV2ystEW8FtY/j9XkTrrspfx9fQR8JEDwLtMgQptW3ELfMHnptpHIATCs6kw== X-Received: by 2002:a05:6e02:105:b0:340:ba08:3c34 with SMTP id t5-20020a056e02010500b00340ba083c34mr20590150ilm.11.1687815319860; Mon, 26 Jun 2023 14:35:19 -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.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:35:19 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Duggapu Chinni B , Chen Gang C , Star Zeng , Ted Kuo , Ashraf Ali S , Susovan Mohapatra Subject: [PATCH v1 24/24] IntelFsp2WrapperPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:33 -0700 Message-ID: <20230626213434.8-25-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: Chen Gang C Cc: Star Zeng Cc: Ted Kuo Cc: Ashraf Ali S Cc: Susovan Mohapatra Signed-off-by: Joey Vagedes --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml b/IntelFsp2Wra= pperPkg/IntelFsp2WrapperPkg.ci.yaml index 45cb5a7d6f32..2d32bc65b415 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "IntelFsp2WrapperPkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.41.0.windows.1