Skip to content

Commit

Permalink
.azurepipelines: Add UefiPayloadPkg in gate-build-job.yml and CISetti…
Browse files Browse the repository at this point in the history
…ng.py

Add UefiPayloadPkg in gate-build-job.yml to enable Core ci for UefiPayloadPkg.
Add UefiPayloadPkg to supported Packages in CISettings.

Cc: Sean Brogan <[email protected]>
Cc: Bret Barkelew <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: DunTan <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
  • Loading branch information
td36 authored and mergify[bot] committed Sep 2, 2021
1 parent 63fddc9 commit e3ee8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .azurepipelines/templates/pr-gate-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
TARGET_SECURITY:
Build.Pkgs: 'SecurityPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET'
TARGET_UEFIPAYLOAD:
Build.Pkgs: 'UefiPayloadPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET'
TARGET_PLATFORMS:
# For Platforms only check code. Leave it to Platform CI
# to build them.
Expand Down
3 changes: 2 additions & 1 deletion .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def GetPackagesSupported(self):
"CryptoPkg",
"UnitTestFrameworkPkg",
"OvmfPkg",
"RedfishPkg"
"RedfishPkg",
"UefiPayloadPkg"
)

def GetArchitecturesSupported(self):
Expand Down

0 comments on commit e3ee8c8

Please sign in to comment.