From f4f9c4cb638415cfbf9beecebc077e953bbb1648 Mon Sep 17 00:00:00 2001 From: Sean Brogan Date: Thu, 16 Apr 2020 04:30:38 +0800 Subject: [PATCH] .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 Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Sean Brogan Signed-off-by: Michael Kubacki Reviewed-by: Shenglei Zhang Reviewed-by: Liming Gao --- .pytool/CISettings.py | 3 --- 1 file changed, 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",) -- 2.39.2