Add RedfishPkg to CI test. Signed-off-by: Abner Chang <[email protected]>
Cc: Sean Brogan <[email protected]> Cc: Bret Barkelew <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> Cc: Nickle Wang <[email protected]> --- .pytool/CISettings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 0c2dd0181a..b337d046ae 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -55,7 +55,8 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag "FatPkg", "CryptoPkg", "UnitTestFrameworkPkg", - "OvmfPkg" + "OvmfPkg", + "RedfishPkg" ) def GetArchitecturesSupported(self): -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#65752): https://edk2.groups.io/g/devel/message/65752 Mute This Topic: https://groups.io/mt/77210804/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
