Re: [edk2-devel] [Patch 0/2] Balance CI Execution Times

2023-04-04 Thread Michael D Kinney
Merged PR: https://github.com/tianocore/edk2/pull/4233 Mike > -Original Message- > From: Michael Kubacki > Sent: Tuesday, April 4, 2023 6:56 AM > To: devel@edk2.groups.io; Kinney, Michael D > Cc: Sean Brogan ; Gao, Liming > > Subject: Re: [edk2-devel] [

[edk2-devel] [Patch 0/2] Balance CI Execution Times

2023-04-03 Thread Michael D Kinney
MdeModulePkg and CryptoPkg have double the CodeQL analysis time of all other packages. Split these packages up to perform separate analysis of IA32 and X64. CryptoPkg has double the build time of all other packages. Split CryptoPkg up matching the style applied to MdeModulePkg. Cc: Sean Brogan