From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web11.3959.1596654716839006552 for ; Wed, 05 Aug 2020 12:11:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20150623.gappssmtp.com header.s=20150623 header.b=lXokfeAp; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.214.176, mailfrom: bret@corthon.com) Received: by mail-pl1-f176.google.com with SMTP id bh1so12824515plb.12 for ; Wed, 05 Aug 2020 12:11:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=corthon-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=Kklp5TQSP5Q357zeZ1O2KfDSNsiJU5WDme/4nJZavRs=; b=lXokfeApH8DyvH8+G+jJWhFwXYNoEeOqtO4TRCWWhGUoE+xIgA8cl2iTlPTFmdfvF7 /wmWAYotStWQHzbB/TISuqyD+OPvCNFhtq7tWm8Ohen7GVV5qdXmwUTU8IDqZca5ipQl WbALvcgkuDzk3quCzHPdxlNfg47hHl5aXChpn3oK47e4AmiojuX6LZqL3yZ/J+x3HAJ9 4jVCbi/I4eLK3NYUqn19BW+sda+O0wCOHimD6w+6MFv3sGJK/Uio4yNwqIBlshDI18ia O3NF9qBVM/rYaP0Fe4S1iMdIAwGC3p8BTozx9W+xeFJmj0WT+j3/bhHAVuVck2v67i3S GRBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=Kklp5TQSP5Q357zeZ1O2KfDSNsiJU5WDme/4nJZavRs=; b=dptYaSwwBa4rSLpQ7MtwbHs79jDCegZ+G+BsZJ9mDao1/27kISaGO2aBWi1SMAbLoJ r6+Glnhi8PJe9NdGxf7rXiX/c+qXxN/bAFd/oq/IPo7OO9BcEW50/Vg95ss7JWALo05p cMudEcM/ktmhQOsf3AxcLWDkwaleMdp5mF0LXOrFxeOWZ766zhNsDC9gDRlMiWoBslXg 4LfZiPfsylX51z3xAOW9UfQoc+h5W42HlepjHHqpZh3Ka+FB6/gd4cEoFw0FJzndEhL8 1gsQS1xygs4Jnj7sCRsOwfqE/1n+oBCuc7uln/TnzL2EpEJ90H8w+G7pjLEkjz9lPOAO /Okw== X-Gm-Message-State: AOAM532jmo3qdaMZFMpE/6RAParrGlUFsWsUbuvz0MwdA/aEcqucmBL9 ylf3i+7nZuUlN/SThCTIvqKB6/WNv70= X-Google-Smtp-Source: ABdhPJzF0RpZfyaS0swEkuaMtMO0mwbDiopp8gEa40oM0YQw4buWyUz6RsNySffQEfwAQU0jNhKeRw== X-Received: by 2002:a17:90b:255:: with SMTP id fz21mr4763504pjb.50.1596654715936; Wed, 05 Aug 2020 12:11:55 -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 s8sm3707771pju.54.2020.08.05.12.11.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Aug 2020 12:11:55 -0700 (PDT) From: "Bret Barkelew" X-Google-Original-From: Bret Barkelew To: devel@edk2.groups.io Subject: [PATCH v2 0/2] Add BUILDREPORT to server builds Date: Wed, 5 Aug 2020 12:11:46 -0700 Message-Id: <20200805191148.1455-1-brbarkel@microsoft.com> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Update CI plugins to generate a BUILDREPORT on build steps. This is especially useful for HostBased tests which are often run locally and which use unique library combinations. Helps to figure out which libraries were standard and which were for unit tests. Bret Barkelew (2): .pytool/Plugin: Enable BUILDREPORT on server CI builds .azurepipelines: Add BUILD_REPORT to collected artifacts .azurepipelines/templates/pr-gate-steps.yml | 1 + .pytool/Plugin/CompilerPlugin/CompilerPlugin.py | 2 ++ .pytool/Plugin/HostUnitTestCompilerPlugin/HostUnitTestCompilerPlugin.py | 2 ++ 3 files changed, 5 insertions(+) -- 2.27.0.windows.1