From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) by mx.groups.io with SMTP id smtpd.web11.4530.1687815298659113336 for ; Mon, 26 Jun 2023 14:34:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20221208 header.b=me7oH9iD; spf=pass (domain: gmail.com, ip: 209.85.210.182, mailfrom: joey.vagedes@gmail.com) Received: by mail-pf1-f182.google.com with SMTP id d2e1a72fcca58-666ecf9a0ceso2015015b3a.2 for ; Mon, 26 Jun 2023 14:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815298; x=1690407298; 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=lnxy00MOa3B0/mrN0PBNbAVw/055hTnKe/EPbNIUWC8=; b=me7oH9iDPz50Z/4vY3scSg6/MB55QcmSacyi8HEo6+COBDSdAaIGYpEjtoeV56DwJ9 mKPkmCQiBfvuHCFBXq9AeB1USvFeUJxGQfn69rYZq4opPgpLPDA79qizdHn4h0ACkptK KiCxAiDb3PBatqc/vHIKAmbbwGKiXYjfhiccAz0h6WMln7zqe/+RWYVwr9E0wOhY1U43 1DW3WjYMy7D607+qbOzSVU+4ZuCs9jE4eM+7NvemPXRw/MFvrIkJXjo4Af+aVIoZX+Q+ BjyAl17tHp7idui37mgYcOnCfQP+GX5BbI7caV0R0lXjhVSOIRfif/7u/IB8BF1to54l RdYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815298; x=1690407298; 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=lnxy00MOa3B0/mrN0PBNbAVw/055hTnKe/EPbNIUWC8=; b=KWHKYm0PTbylLEe8dnJFcFZGUUFD8Je0/ZMbu7jHpFjwUM2B/FHQWktrrAhF8rjEDK s8WgToilQVVfw517o6YL+A41TeFTfm+MV1jzJqX70xWMmGkRwOvZ2rFFQloGoupp6DPJ 1xgBz+e+ruHfuFuhEWbWi7jpxSEaaoC6VQE2som3i6jTvCTBOebXyt2CvEnBsIQ4CPc3 1uzXPvyMwp5ke+jCOEExafhD2WmBstYRYypbKtkgZDvIs+H7bCEirjjL9dcObZHvon/e o7Y78haJnKUa06UdjrfE/0qWNmelVbiuks/mUUbnaRcUZJ8Rcsgwg+GSPgWmttOfg5dy USZQ== X-Gm-Message-State: AC+VfDwvIndhasTFJ07rj5shwA3NNmwpGmccmIdV65PuoJCwLklgTI03 zLsBYeMdEW2I85Hl+S3dBJ+1JOtcbgNlh381 X-Google-Smtp-Source: ACHHUZ4cWPKcuwH1ApTr+BL5kY6x/jw+MRLUGFk8DVdbbzPlGiZUlwyr2YGSEZd/pVnHN83ZLgNBNQ== X-Received: by 2002:a05:6a20:3d94:b0:126:926:26b8 with SMTP id s20-20020a056a203d9400b00126092626b8mr7839737pzi.62.1687815297854; Mon, 26 Jun 2023 14:34:57 -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.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:34:56 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Abner Chang , Daniel Schaefer Subject: [PATCH v1 09/24] EmbeddedPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:18 -0700 Message-ID: <20230626213434.8-10-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 Cc: Abner Chang Cc: Daniel Schaefer Signed-off-by: Joey Vagedes --- EmbeddedPkg/EmbeddedPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EmbeddedPkg/EmbeddedPkg.ci.yaml b/EmbeddedPkg/EmbeddedPkg.ci.y= aml index 21f30108a29f..96a60a6f8b4d 100644 --- a/EmbeddedPkg/EmbeddedPkg.ci.yaml +++ b/EmbeddedPkg/EmbeddedPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "EmbeddedPkg.dsc",=0D + },=0D ## options defined .pytool/Plugin/LicenseCheck=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D --=20 2.41.0.windows.1