From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by mx.groups.io with SMTP id smtpd.web11.7939.1596495013014178855 for ; Mon, 03 Aug 2020 15:50:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20150623.gappssmtp.com header.s=20150623 header.b=wTLK9uKf; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.215.193, mailfrom: bret@corthon.com) Received: by mail-pg1-f193.google.com with SMTP id j21so2280361pgi.9 for ; Mon, 03 Aug 2020 15:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=corthon-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=c+wI99K46gZFPnNmN152wySbgB4TDKLhkETjeM0nHD0=; b=wTLK9uKfEZEgJjrEFVI91mbehQ+2INzAhGq/2BMnvMPoDhE/ngWbYayre+/9zIScBR AmRw+W6UPr8P7/enhjVaHQVAwf6V3gCB1mRtH7gifRTXHWMp/cjm+km4R+vsi9jQ8O1I QAx4udz6/f7g0NgNpsFWBNdTZB/QQRv6qRoi5yvpvM7tXl+Ksl3+D2gY1EISaGA6Rpzg Ea71mf1HHmq/0AY1Np5t2cf/f27jwegQfunOrfypk5MRDUADQ7gIAqQwhG9Nle7+6ucK qW9hrTvE47oLPG5F6DLGeGbIS0USRt2a3Zi83ZRB+rPtZaqabwdVCQGZ+OrtHKTfuG4o N5Mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=c+wI99K46gZFPnNmN152wySbgB4TDKLhkETjeM0nHD0=; b=PFRNWSlw5IriSHmLFFVOkhlV2TJ/at4rp8y9nuT+YY4kDv4i2G2Ddr5oRiKnyXEN8m Xz1U9utvn5B6u7LYSzrlcH7U99WXF0X7i+Mi1zAMCDH/3u8zC8gmvdEoeQfhmGmFHpe2 A2xeELCKqGZULZ6S5wcrCAy1wnABg+e8kMLg/MCarSUsD3g8J/EAm2cV0w1xRCQNxvcu zzOBSLp2sHT143TyKt6DL+jON+dICWdjSzMFxazhytH5J1TrBNQuTgRF+1kur/Bs6OsL 0UQ0X6nNHB1BRXWcdn0vaX/SpDuIbVSuWpRWd8uphFlAlp1XeT7Gal3450molhhIkOa0 odsA== X-Gm-Message-State: AOAM532SWJyzlccMPCy5U8iHumVttjd35yPBYNAnomlP4FbEjVbZ+pJf gA9Hf9LB8XUSLEEgHRvdnu64WSE7MUY= X-Google-Smtp-Source: ABdhPJw8HECovbOC1w0jaZfqq0JOV53iQlokCtChWhC8mTllw7CiIBt+OWKOhXLrDqMUk8UTU3C20g== X-Received: by 2002:a63:7e52:: with SMTP id o18mr16190707pgn.273.1596495012269; Mon, 03 Aug 2020 15:50:12 -0700 (PDT) Return-Path: Received: from localhost.localdomain (174-21-66-92.tukw.qwest.net. [174.21.66.92]) by smtp.gmail.com with ESMTPSA id 8sm498263pjx.14.2020.08.03.15.50.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Aug 2020 15:50:11 -0700 (PDT) From: "Bret Barkelew" X-Google-Original-From: Bret Barkelew To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao Subject: [PATCH v2 1/1] .pytool/Plugin/HostUnitTestCompilerPlugin: Enable BUILDREPORT on host tests Date: Mon, 3 Aug 2020 15:50:02 -0700 Message-Id: <20200803225002.1235-1-brbarkel@microsoft.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Update the CI invocable that builds host-based unit tests to make sure that BUILDREPORT is built for all tests. This is useful for determining which libraries were consumed in the build. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Bret Barkelew --- .pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompilerPlugin.py | = 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompiler= Plugin.py b/.pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompilerP= lugin.py index f21b40caf291..43abd1f4795b 100644 --- a/.pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompilerPlugin.= py +++ b/.pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompilerPlugin.= py @@ -86,6 +86,8 @@ class HostUnitTestCompilerPlugin(ICiBuildPlugin): def RunBuildPlugin(self, packagename, Edk2pathObj, pkgconfig, environm= ent, PLM, PLMHelper, tc, output_stream=3DNone):=0D self._env =3D environment=0D environment.SetValue("CI_BUILD_TYPE", "host_unit_test", "Set in Ho= stUnitTestCompilerPlugin")=0D + environment.SetValue("BUILDREPORTING", "TRUE", "Set in HostUnitTes= tCompilerPlugin")=0D + environment.SetValue("BUILDREPORT_TYPES", "PCD DEPEX LIBRARY BUILD= _FLAGS", "Set in HostUnitTestCompilerPlugin")=0D =0D # Parse the config for required DscPath element=0D if "DscPath" not in pkgconfig:=0D --=20 2.27.0.windows.1