From mboxrd@z Thu Jan 1 00:00:00 1970 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.4533.1687815301097560890 for ; Mon, 26 Jun 2023 14:35:01 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=iCMDlgnv; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: joey.vagedes@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id d2e1a72fcca58-666e6541c98so3771995b3a.2 for ; Mon, 26 Jun 2023 14:35:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815300; x=1690407300; 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=YMvUtJrnbjt3xw8FUqV0YeCgSQx2JnXvxmd9uxtU8go=; b=iCMDlgnvTFx1Xg7X/25E7iP1otFR+DWz+dHZPfJnW+armKUj/O4iWGEmHVyHbR3CsU 4soUSz9d3OfDxePyiRB50GVwd0A0o72ntX9L5KKEhhLmdfgPr2ageEQEm0z61DA1B2iR ggjXeh7q5zyBAlxV26AQ0weXAGb2FZFgmhZ0VmaICjv0Z7zzGwopgxt4XK29YOkfAWmX 0ArhrxjtHNU3k/2ZHIO2SzwDW0Gc/2r6YL78EQ/9dDq/2z7+Te568XF0Dyc+khAvnNkD UtBvX2JBUe2bAV6YAQC4RGlyp9Y2s2mK9MOuOcB0NnJC8tD20LLXlX7lkCtbuMUReUwz bSxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815300; x=1690407300; 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=YMvUtJrnbjt3xw8FUqV0YeCgSQx2JnXvxmd9uxtU8go=; b=Rh6nGW8eldtHLQlZ6hRUdfvkN9QxqN6LFNtPC8w7V7ew+ODMsgtKUHxhaKQbP24W9Q 3QOjwoNh1OW+ZH4uQLx8xUtTbsWSBorAAXphRDK4Zzk8WQMn9AQSWx10iZnClAVMnCeM 4+hwf+CLC9dF0h9n4tpRJBLNUeikiGVvZhCaDyh1i4Uw2/80xiT55QyrS8AT0V/mfJBy Jq6jV+NcR7MCscJB378/Z7RVMCnLewuC8lsqiS/BmcCEmVz1XhxvSceronxA9/6WzI6A Cc4VKqQAuy33YwC8up9FglKzsxEAi0HToscmeiAteymzV6NbezSMOgj0kgtGyIJUMTfQ LZXw== X-Gm-Message-State: AC+VfDzN6McGThiCJAYhF5pz9Tyetn0I2vsq4zNN+b2JiaH0YpFBMe++ NXiQZS5A+1ad9xKWdrauM43wg8JA5KWFll+p X-Google-Smtp-Source: ACHHUZ7PdJxwI4d7U0hIqs2SDwSFhTxx+6SA0hhLfn0JPSF3yXr2OvQgXpzoVYPyKmna+L9IY2HJXw== X-Received: by 2002:a05:6a20:3d08:b0:125:e826:b9c6 with SMTP id y8-20020a056a203d0800b00125e826b9c6mr13702331pzi.49.1687815300155; Mon, 26 Jun 2023 14:35:00 -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.34.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:34:58 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Ray Ni Subject: [PATCH v1 10/24] FatPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:19 -0700 Message-ID: <20230626213434.8-11-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: Ray Ni Signed-off-by: Joey Vagedes --- FatPkg/FatPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FatPkg/FatPkg.ci.yaml b/FatPkg/FatPkg.ci.yaml index fe95f481b50c..afc29f7baa74 100644 --- a/FatPkg/FatPkg.ci.yaml +++ b/FatPkg/FatPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "FatPkg.dsc",=0D + },=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D },=0D --=20 2.41.0.windows.1