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.4470.1687815311265340575 for ; Mon, 26 Jun 2023 14:35:11 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=H6gGIH/0; 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-6687096c6ddso1857188b3a.0 for ; Mon, 26 Jun 2023 14:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687815310; x=1690407310; 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=qNwDtfQpE4y4Ed5mvbRyBJnyQU9ETGp5Lcx/63Wo8BY=; b=H6gGIH/0peOH7jt6uNjED01qx2R8RuPem3ztL34JVMdgXRzPD8rZdSbKvlIel9JMa+ ufGdnLrhFJrKACNBp91QZJMgATU9s8maVl43U4Qsks8PKBRDCHm7oTD1NfxJCKCA20XX 3nswGZXQM60FOD4yTpGaV8Jzh7hsgyP3hgRaHonXzsFkymTcfaLhEWdRep5wPPJgdagU sz82wg1BNwyjGCUjV2z7m4Cq7PQ+edY7B/JWQgzTov7i/+ne7YxgD4mP9q91rvkNrRbE JZxpw4JM3Sp0Kov4Z/XN5oVNyg5mL4kvFTkRXSJh06FMJ1hSxfHulAa9ilH/J1S4s/pV TqUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687815310; x=1690407310; 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=qNwDtfQpE4y4Ed5mvbRyBJnyQU9ETGp5Lcx/63Wo8BY=; b=cuFAa5Ur6tu6Lk+YmKOwTSO2LNzsjdQipVXN8ORVA5GYhzibKPhV7etRqcy+WJkbNB ZzIGBXK7YVoAbC8FsCFlcioOGGUmyLZnm/cFAfpO4CTwGH6F7F/+U4TOEiq7J3Rjy7x7 rY3t8GpJpHHsI6Gh96zPcem9tFr6TKYWMJk5xG5ImSKGKmPBkRikT8bBuCgI0VzNqsJv LTqWNZkvhQrvMGvo3MizNwHMOD6/d+EUPmfCMpE/7Is20rdRx0kIaWCicTvws4g3oiFj /MRzJAOxB3zVlmpn1zcGUzb2YvV8sXh9d4TVaiXGgsn5vr3ZJMPmY/0mIOchvcx6X5M9 A4Wg== X-Gm-Message-State: AC+VfDy/qbjQGQTwwh6bVI1pI2ExBvwQcZR21ZKwiUG61LmvvMppRC5K 5AXetU+y2di3mXuvd4raQDMrXCzUwF5aIPd2 X-Google-Smtp-Source: ACHHUZ6TfOGefNICpwxKkgzlml9/HAk4z6owldHsC0gcg5s3ZaqMgyz3kRn1ccAYqLHu4SHIJvk+Gg== X-Received: by 2002:a05:6a20:728c:b0:126:243f:3429 with SMTP id o12-20020a056a20728c00b00126243f3429mr6205339pzk.33.1687815310411; Mon, 26 Jun 2023 14:35:10 -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.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jun 2023 14:35:09 -0700 (PDT) From: Joey Vagedes To: devel@edk2.groups.io Cc: Jiewen Yao , Jian J Wang Subject: [PATCH v1 17/24] SecurityPkg: CI: Add PrEval entry Date: Mon, 26 Jun 2023 14:34:26 -0700 Message-ID: <20230626213434.8-18-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: Jiewen Yao Cc: Jian J Wang Signed-off-by: Joey Vagedes --- SecurityPkg/SecurityPkg.ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.y= aml index 2138b0a5e21b..0924e5082a57 100644 --- a/SecurityPkg/SecurityPkg.ci.yaml +++ b/SecurityPkg/SecurityPkg.ci.yaml @@ -6,6 +6,9 @@ # SPDX-License-Identifier: BSD-2-Clause-Patent=0D ##=0D {=0D + "PrEval": {=0D + "DscPath": "SecurityPkg.dsc",=0D + },=0D "LicenseCheck": {=0D "IgnoreFiles": []=0D },=0D --=20 2.41.0.windows.1