Skip to content

Commit

Permalink
MmSupervisorPkg: Pipeline: Update to 202311
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kuqin12 committed Feb 7, 2024
1 parent 2bd4a2c commit bedf3af
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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"
}
]

Expand Down

0 comments on commit bedf3af

Please sign in to comment.