.pytool: Add CI on RedfishPkg

Add RedfishPkg to CI test.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
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 <gaoliming@byosoft.com.cn>
Cc: Nickle Wang <nickle.wang@hpe.com>
Reviewed-by: Bret Barkelew <Bret.Barkelew@microsoft.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Abner Chang 2020-10-06 09:12:59 +08:00 committed by mergify[bot]
parent b9b7406c43
commit c4add64fd4
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag
"FatPkg",
"CryptoPkg",
"UnitTestFrameworkPkg",
"OvmfPkg"
"OvmfPkg",
"RedfishPkg"
)
def GetArchitecturesSupported(self):