summaryrefslogtreecommitdiffstats
path: root/.pytool
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2020-04-16 04:30:38 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-05-08 05:54:46 +0000
commitf4f9c4cb638415cfbf9beecebc077e953bbb1648 (patch)
tree101cf2c1078e187b1852b15f2f3df4b7470d674e /.pytool
parentf355b986068a4d79caab6ec86471bcadf9a7ad47 (diff)
downloadedk2-f4f9c4cb638415cfbf9beecebc077e953bbb1648.tar.gz
.pytool/CISettings: Remove Windows only scope for host based unit tests
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2513 Remove Windows only scopes in the CISettngs file Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Sean Brogan <sean.brogan@microsoft.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to '.pytool')
-rw-r--r--.pytool/CISettings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py
index 79aa12d9f5..bac60ecbaa 100644
--- a/.pytool/CISettings.py
+++ b/.pytool/CISettings.py
@@ -128,9 +128,6 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag
self.ActualToolChainTag = shell_environment.GetBuildVars().GetValue("TOOL_CHAIN_TAG", "")
- if GetHostInfo().os.upper() == "WINDOWS":
- scopes += ('host-test-win',)
-
if GetHostInfo().os.upper() == "LINUX" and self.ActualToolChainTag.upper().startswith("GCC"):
if "AARCH64" in self.ActualArchitectures:
scopes += ("gcc_aarch64_linux",)