From bedf3af4472c25dd069cf508230f85039019ebec Mon Sep 17 00:00:00 2001 From: Kun Qin Date: Fri, 19 Jan 2024 13:38:52 -0800 Subject: [PATCH] MmSupervisorPkg: Pipeline: Update to 202311 This change updated the MU dependencies to be 202311 release. A few other pipeline changes are also added into this commit. Signed-off-by: kun.qin@microsoft.com --- .pytool/CISettings.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 191f2c14..71f95d8d 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -14,13 +14,7 @@ from edk2toollib.utility_functions import GetHostInfo from pathlib import Path -try: - # May not be present until submodules are populated - root = Path(__file__).parent.parent.resolve() - sys.path.append(str(root/'MU_BASECORE'/'.pytool'/'Plugin'/'CodeQL'/'integration')) - import stuart_codeql as codeql_helpers -except ImportError: - pass +from edk2toolext import codeql as codeql_helpers class Settings(CiBuildSettingsManager, UpdateSettingsManager, CiSetupSettingsManager): @@ -184,17 +178,17 @@ def GetDependencies(self): { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "release/202302" + "Branch": "release/202311" }, { "Path": "Common/MU_PLUS", "Url": "https://github.com/microsoft/mu_plus.git", - "Branch": "release/202302" + "Branch": "release/202311" }, { "Path": "Common/MU_TIANO_PLUS", "Url": "https://github.com/microsoft/mu_tiano_plus.git", - "Branch": "release/202302" + "Branch": "release/202311" } ]