From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EC0D8941C8A for ; Mon, 23 Oct 2023 17:53:48 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=+gDxB7Ozk7MqTPMCRlEq6SjMhnrh4/fmPYEvgaSuwVE=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698083627; v=1; b=hik02VqpBuAPtc2M8boFS1mVNjzR7otcoRPJX8OMGa75l21hMrtA7jknHA6TJifPCvLVkgGd HDSzviFcsirhsHQcT3WAi0iZ4O+vtMZdMXfjyQwVRVp3TrQjIRsj5XstDTqSAI1Au/AA+W87bLm EA5XRrB+ni1KQ89bPmm76BGc= X-Received: by 127.0.0.2 with SMTP id aKrkYY7687511xsY9KLJcKGR; Mon, 23 Oct 2023 10:53:47 -0700 X-Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) by mx.groups.io with SMTP id smtpd.web11.128021.1698083626878932670 for ; Mon, 23 Oct 2023 10:53:46 -0700 X-Received: by mail-pg1-f181.google.com with SMTP id 41be03b00d2f7-5aa7fdd1420so1940561a12.3 for ; Mon, 23 Oct 2023 10:53:46 -0700 (PDT) X-Gm-Message-State: xbMSGdw14T6tEjlm1aKQ43T2x7686176AA= X-Google-Smtp-Source: AGHT+IGjSpmkQrUh6iejH495DIPQlZBm5PgHqP7Ca5L7k6gj9io2pilemyPpfeO6Sb7qBbm1iqrXGA== X-Received: by 2002:a05:6a20:258a:b0:161:76a4:4f79 with SMTP id k10-20020a056a20258a00b0016176a44f79mr344939pzd.23.1698083625721; Mon, 23 Oct 2023 10:53:45 -0700 (PDT) X-Received: from localhost.localdomain (c-174-164-102-13.hsd1.wa.comcast.net. [174.164.102.13]) by smtp.googlemail.com with ESMTPSA id f11-20020aa79d8b000000b006b4a5569694sm6322654pfq.83.2023.10.23.10.53.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 10:53:45 -0700 (PDT) From: "Joey Vagedes via groups.io" X-Google-Original-From: Joey Vagedes To: devel@edk2.groups.io Cc: Jiewen Yao , Yi Li , Sami Mujawar , Leif Lindholm , Ard Biesheuvel , Liming Gao , Michael D Kinney , Chasel Chiu , Nate DeSimone , Duggapu Chinni B , Ray Han Lim Ng , Jian J Wang Subject: [edk2-devel] [PATCH v2 00/12] *** Update Edk2-pytools to latest versions *** Date: Mon, 23 Oct 2023 10:51:48 -0700 Message-Id: <20231023175200.9082-1-joeyvagedes@microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,joeyvagedes@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=hik02Vqp; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io **Update: Version 2 of this patch series contains only packages that have reviewed this change. This patch series is ready to be merged. Maintainers of other packages may add these changes in a follow up patch series. Updates Edk2-pytools to the latest versions, which introduces a new Policy for detecting which packages must be built given a set of changes. This policy is used when a library class instance INF is changed. When this occurs, it will review the PrEval:DscPath provided in the CI YAML file and determine if the package uses the library instance or not. If it does, it will build and test the package. Due to these changes, each package must now include an entry in it's CI YAML file (PrEval:DscPath). If the package does not provide this entry, this policy will be skipped. Cc: Jiewen Yao Cc: Yi Li Cc: Sami Mujawar Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Liming Gao Cc: Michael D Kinney Cc: Chasel Chiu Cc: Nate DeSimone Cc: Duggapu Chinni B Cc: Ray Han Lim Ng Cc: Jian J Wang Cc: Liming Gao Joey Vagedes (12): Edk2: edk2-pytools: Update to latest versions UnitTestFrameworkPkg: CI: Add PrEval entry CryptoPkg: CI: Add PrEval entry DynamicTablesPkg: CI: Add PrEval entry EmbeddedPkg: CI: Add PrEval entry FmpDevicePkg: CI: Add PrEval entry IntelFsp2Pkg: CI: Add PrEval entry RedfishPkg: CI: Add PrEval entry PrmPkg: CI: Add PrEval entry MdePkg: CI: Add PrEval entry MdeModulePkg: CI: Add PrEval entry IntelFsp2WrapperPkg: CI: Add PrEval entry CryptoPkg/CryptoPkg.ci.yaml | 3 +++ DynamicTablesPkg/DynamicTablesPkg.ci.yaml | 3 +++ EmbeddedPkg/EmbeddedPkg.ci.yaml | 3 +++ FmpDevicePkg/FmpDevicePkg.ci.yaml | 3 +++ IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml | 3 +++ IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml | 3 +++ MdeModulePkg/MdeModulePkg.ci.yaml | 3 +++ MdePkg/MdePkg.ci.yaml | 3 +++ PrmPkg/PrmPkg.ci.yaml | 3 +++ RedfishPkg/RedfishPkg.ci.yaml | 3 +++ UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml | 3 +++ pip-requirements.txt | 4 ++-- 12 files changed, 35 insertions(+), 2 deletions(-) -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109935): https://edk2.groups.io/g/devel/message/109935 Mute This Topic: https://groups.io/mt/102140967/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-