From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mx.groups.io with SMTP id smtpd.web11.4528.1687815293450525886 for ; Mon, 26 Jun 2023 14:34:53 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=g7Oyb2/6; spf=pass (domain: gmail.com, ip: 209.85.210.176, mailfrom: joey.vagedes@gmail.com) Received: by mail-pf1-f176.google.com with SMTP id d2e1a72fcca58-666e916b880so1985194b3a.2 for ; Mon, 26 Jun 2023 14:34:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815292; x=1690407292; 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=9nPPOkpdOOfKgUnsbh+tyd/5ZBX1FbLmFcgSqEoBRu8=; b=g7Oyb2/6dI433QERwtt+IfHcvVXn9z0AnsWxbtNDJcBMgzFg9RSZr6t5mDGp48+H5m 8IacCJ8iR2aMUAaDOkQmt+wZ4mKh1eyck2I7iQ94hIv5BgOX9ZhmhjUlQeKJ3eKiOeU+ ht+nghCdwAvibXf8ZjyCwxOvJYQSzXS5srHqG1WraZKfljy8/GAWHV1PVfoDIa2D6jmd hUutwXt3YdKBNgK9W4STXb2FvsWIdSDglAA9acIzEgjV3I3GrrplaaO//4RyAV7I1CHN 2uwohX03D1c21ZAvACHLeaqatQdENvwb3rQB7G37yFCC8KZN/1UGxsJUIcHV54F64iR/ 0jeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815292; x=1690407292; 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=9nPPOkpdOOfKgUnsbh+tyd/5ZBX1FbLmFcgSqEoBRu8=; b=BLidHkN4zEX1zu1m1YuSmf9pPeJQwELchR68ubl3M48b0soi2QlBtPgjbyMGQczqu0 +NsfDNr8DNOAVsHGFZ8EkBrbIVMjSkGx/LCy19G/JBLFhN/S3BRNDSyS1Yu7TCi11rZ1 omeMMGg+RBZezkfsxKT2PV1/3nC809NwnLglpFnkZVe60faVq7qPTwlc0JvACEWNXt8/ WnMNA1iSt4PyR8sKgyR+kTxRSeA/AkbrrmXAWga62KGKJnud8MtSxdSWcgwr/6ICW2A/ vWg7GyZTduh4u6IhqWRenDu00/DX8tVHmrFYsbPaEVD1nzZ12AXkSa/F9GRGpGTPKTmA +bSw== X-Gm-Message-State: AC+VfDyo6LzoAowLSFrt3D3S8vxBKO3wTPjw6gDrbeFlAK4DP2RCRr5o 33sx5oCf0oNMDbQvGvQn8ICN4BGNVM1w8/ob X-Google-Smtp-Source: ACHHUZ6Fwn4itB4RnPGx1MH0bVqs5K560FGsbhvxGf7mZLakIH7DO2VfGdn2uruvIyhrbqzJ3v7s3g== X-Received: by 2002:a05:6a20:7f84:b0:10f:f672:6e6b with SMTP id d4-20020a056a207f8400b0010ff6726e6bmr19635595pzj.5.1687815292541; Mon, 26 Jun 2023 14:34:52 -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.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:34:51 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel Subject: [PATCH v1 06/24] ArmPlatformPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:15 -0700 Message-ID: <20230626213434.8-7-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: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Joey Vagedes --- ArmPlatformPkg/ArmPlatformPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml b/ArmPlatformPkg/ArmPlat= formPkg.ci.yaml index 03632e74df73..9c384a3febad 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.ci.yaml +++ b/ArmPlatformPkg/ArmPlatformPkg.ci.yaml @@ -5,6 +5,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "ArmPlatformPkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.41.0.windows.1