From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mx.groups.io with SMTP id smtpd.web10.4472.1687815313846651537 for ; Mon, 26 Jun 2023 14:35:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20221208 header.b=gvZyLZPA; spf=pass (domain: gmail.com, ip: 209.85.210.170, mailfrom: joey.vagedes@gmail.com) Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-666eec46206so3400658b3a.3 for ; Mon, 26 Jun 2023 14:35:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815313; x=1690407313; 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=Z3Y8RUHu9coQSjGhHfffkhK/8f717vnI61QFazgrRQc=; b=gvZyLZPAtty4rvbvU7q5ISZbR/QsJPlGgQpeuACUFKDB/12X9SPgvjzpbIectyrP4s mn7joSTc4qWqnm9ZBfHzuHiXHJWMrj2/Lh8I8fkfTHgA/pTvbXfKB71t4nErN2MDqpIe KLuYqv1myyYqQL7uyRKvMn9x/dE66jSsnlROIbl+Eg4bSeIDMfsVk4BLdRXeUWsC0yIH btHSNE93/oItk8F3SNH0/pbV7xEibEPEZo3gV1p9uZn/HNrKLER5IPzIJRNxTvAZILP8 wjulY4WOk98X75zCV4ChFt+Vfmc2V8s8e1moq8/F6TOdp7KYyxY25lLr+t4j8gLl0VPb YXUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815313; x=1690407313; 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=Z3Y8RUHu9coQSjGhHfffkhK/8f717vnI61QFazgrRQc=; b=L6J4vj0IZ2PaYxGH5KdVzAHaHyccql7lOzDixJop6pgcZRbCjs0dt28kb3NN5zylxd ouSPfm9yVNTVajDbvCzjyVuM07j7OtPzpYEdXpZraLsXZVLovmijaGrED3/N3mjdUuOl 1i79rmzywEkQsITLIlKGdAk8KlGsOgS6qQFOKWD4rn6uT/xk8669XEkCZ0Suc2fuDKWr Um7ejCVDo5tmuEuSJOCf/5Txz8dQsmfNRMUNSNWbHMUtljw+Qehe8Efni0acuMD+cgXG y99PaOTGwuGPuYN1BcTz6IqURPOrSXcz7OfMXRv5Epx3ES4nYHa4qZThCULgZ0J4tf98 oNow== X-Gm-Message-State: AC+VfDx2qT1Ow8i4iTk8+EF3IHD6USvVcBSsO82ZMy1LB50J43VMSe0I NYlcBBWG6jhjhMBdUqjvC3CrEzIIwmB8dSNg X-Google-Smtp-Source: ACHHUZ6HstDg87vIss+FCJGbcRZa6zCCrMWYxBOc3S1vhlCSw+2Jb1cVpofNlyNHUvChYppnq4bzhg== X-Received: by 2002:aa7:88cf:0:b0:66c:6834:c585 with SMTP id k15-20020aa788cf000000b0066c6834c585mr10286848pff.34.1687815312988; Mon, 26 Jun 2023 14:35:12 -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.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:35:12 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone Subject: [PATCH v1 19/24] PrmPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:28 -0700 Message-ID: <20230626213434.8-20-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: Michael Kubacki Cc: Nate DeSimone Signed-off-by: Joey Vagedes --- PrmPkg/PrmPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PrmPkg/PrmPkg.ci.yaml b/PrmPkg/PrmPkg.ci.yaml index 2d4d12815d6b..b4b5aad67fbd 100644 --- a/PrmPkg/PrmPkg.ci.yaml +++ b/PrmPkg/PrmPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "PrmPkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.41.0.windows.1