From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by mx.groups.io with SMTP id smtpd.web12.751.1602196679771240046 for ; Thu, 08 Oct 2020 15:37:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=UzewwGm7; spf=pass (domain: gmail.com, ip: 209.85.210.194, mailfrom: matthewfcarlson@gmail.com) Received: by mail-pf1-f194.google.com with SMTP id n14so5184649pff.6 for ; Thu, 08 Oct 2020 15:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PTOmWt48T5WnYTAKvtsxIFfP+g9FumH+Wrhxn3mzpq0=; b=UzewwGm7R6oSGjjYcYyNVFpwwnqXzAbhdioFEER93bcCTkimBbdrXr+WRLxW1G3Gk7 iE8BrbZz8xq30yercjQsTBKpjai+3NXDcETGn+97LeZhrIUQ32vqnBs8fx+0hqrxRUq/ s1ebko+pUln0xhiBqn6YBD2ZUi+cVbQ7ZpP2BsJ0BqDVO2lik9/AT91k/W3rHCzian9r cZjALouA94hFw0iYv0r3nxK3nsHuzqt8GvOvaysnOErW0gPl1Hvum8t/brmuMeUZ1Y8r swX+9o/GaZo8nmJmC7XZXrJ/uT4UYglFHVi1YTgpk1r0zYj+axrF6WauR+CFDJ9h6/f1 sZZA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=PTOmWt48T5WnYTAKvtsxIFfP+g9FumH+Wrhxn3mzpq0=; b=XrtczojZaWiiE+5FefXt1/gijGTFIs9Vi2ChOUrjpJXrVvgTT2KhXcAds33O/ID2Sh S8+4kJuPyXjD4deBQIm49PI79iM6kl9L2PtfckxeGDTR4gr56whWENgFfOsSTn5gSnq+ XELBWVx2EIApdYDOr3mCQIwq5+bvFWOiFDZyDJ1OSaINak9ALK15TLYT2le3t9RVojIP r1QG/diINH8PeqHjyQGHEbA4Yh4fTkKZd4cv5HGBHYLiXa+46mRS3BfzsL8wwKQGIku+ 8gk0QdL639yEfbGwsa7LYYeqQs21hhjVusf01YptO4zX/nxHMCJT+4uwWY2X3sAt0MvP k9bQ== X-Gm-Message-State: AOAM532ADe1eerAEIRcXEMBaf9oaxWbHjtoiLheizI+0+7B8W5WP3Pud NUvYGYqiChRjFvLgLtIhsOUTYqPYhFQfAVG9 X-Google-Smtp-Source: ABdhPJyEPpLHZn8gC4wYqS92aR3sz1JhuzmDloZp0m+l62zQUaED87aye2cNLWlMvFmyGeBNaP8rDg== X-Received: by 2002:a17:90a:974a:: with SMTP id i10mr1151084pjw.137.1602196679064; Thu, 08 Oct 2020 15:37:59 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.34.53.167]) by smtp.gmail.com with ESMTPSA id o90sm9062085pjo.36.2020.10.08.15.37.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Oct 2020 15:37:58 -0700 (PDT) From: "Matthew Carlson" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao , Matthew Carlson Subject: [PATCH v6 2/2] AzurePipelines : Pr Gate: Turn on HBUT for CryptoPkg Date: Thu, 8 Oct 2020 15:37:47 -0700 Message-Id: <20201008223747.151-3-matthewfcarlson@gmail.com> X-Mailer: git-send-email 2.28.0.vfs.0.0 In-Reply-To: <20201008223747.151-1-matthewfcarlson@gmail.com> References: <20201008223747.151-1-matthewfcarlson@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Matthew Carlson Turns on Host Based Unit Tests for CryptoPkg by enabling the target NOOPT in the CI pipeline. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Reviewed-by: Michael D Kinney Signed-off-by: Matthew Carlson --- .azurepipelines/templates/pr-gate-build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipeli= nes/templates/pr-gate-build-job.yml index 2683687a1c7b..5739b9cc51da 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -41,7 +41,7 @@ jobs: Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'=0D TARGET_CRYPTO:=0D Build.Pkgs: 'CryptoPkg'=0D - Build.Targets: 'DEBUG,RELEASE,NO-TARGET'=0D + Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'=0D TARGET_SECURITY:=0D Build.Pkgs: 'SecurityPkg'=0D Build.Targets: 'DEBUG,RELEASE,NO-TARGET'=0D --=20 2.28.0.vfs.0.0