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.web10.4452.1687815288247673483 for ; Mon, 26 Jun 2023 14:34:48 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=j9QfsA8f; 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-666e3b15370so2297306b3a.0 for ; Mon, 26 Jun 2023 14:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815287; x=1690407287; 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=IUEBO3bJm+a0MdDdh8kABdO+3kxg3ru8IY5EhXZGylE=; b=j9QfsA8fPLveNcXxXnZNfR2rhieV49vMh7Hm3lNLVglmdV1ezWGg0WFTiRKwfgCeFP ngUjgJ4f4kI4y5FUJWqB3QMvYln1TB7DnutTVCiDkPGZrAXaalUsdQ9wGq2JiSMRQiyq weyDEN8Pw/Vo6oi7haXEvuJWW0nNNBLd6bsXmV+B4xpfaWtM1NHM5YM6wgDfnKZKNaIX yjZw4LfU225O/fWpEnFotsMPdSqu3RfZWzg7+vzIwv1QgSmC2gQGXGmb0dPhwsCmJR0A YR3G2Q5Oxq/C9Q8tLdtEFVgC21ihvkb+kTdG/NY7bv9cD/8s4hQwx2p43OrzMCvxIi7r jgKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815287; x=1690407287; 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=IUEBO3bJm+a0MdDdh8kABdO+3kxg3ru8IY5EhXZGylE=; b=lGPcP0E1x1whBM7x5nstW690IqoXKsgFjFMaAimIhFrQN+OS+3KYi+ubviNQ/dDW1S Aq29dT5ILkWs17CdNG58hht5eG6jM2XrSwOI64ISm0cyu95I72qDoT3vUeQupFHJgKGJ bUrHMtzxuz7DyiuQqttFYbI9tY7yFQ7zoNXiPCvaUPu/WITfVGE3wnANnvZ/KffOxNOD q3y7q42XQkI2QqDVzezjJT3E0IIeB+KVTO7y4cCYyBBoA3uQxqz7Cw4pP7OBp3DY0uS2 bblsTMEpRY++7frj9e/yptGvUQCfVta7DKeSJ/usbHhskjvk1tQw8jcT4eqDeAFZpkQF GmEw== X-Gm-Message-State: AC+VfDzptbEtwMqTVaOqBEOaO4/b1hXsVjW0l34NFBwadgy7sDRAiHRL 4lyFu5W1WoiQajxgjbJfICYobWLVT+rQoGkG X-Google-Smtp-Source: ACHHUZ7VGrZOd1J248EIvZB+64lpjOd2lFkw0SrvkSX5g+J9dgH0leNO6jCo3QoJGeE3C45nKkdJig== X-Received: by 2002:a05:6a20:6a27:b0:126:7853:7037 with SMTP id p39-20020a056a206a2700b0012678537037mr6632878pzk.23.1687815287442; Mon, 26 Jun 2023 14:34:47 -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.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:34:46 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu Subject: [PATCH v1 03/24] UefiPayloadPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:12 -0700 Message-ID: <20230626213434.8-4-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: Guo Dong Cc: Sean Rhodes Cc: James Lu Signed-off-by: Joey Vagedes --- UefiPayloadPkg/UefiPayloadPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.ci.yaml b/UefiPayloadPkg/UefiPay= loadPkg.ci.yaml index 278f271c3671..50229da451fa 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.ci.yaml +++ b/UefiPayloadPkg/UefiPayloadPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "UefiPayloadPkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.41.0.windows.1