public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Balance CI Execution Times
@ 2023-04-04  4:24 Michael D Kinney
  2023-04-04  4:24 ` [Patch 1/2] .github.workflows: Split MdeModulePkg and CryptoPkg analysis Michael D Kinney
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michael D Kinney @ 2023-04-04  4:24 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Michael Kubacki, Liming Gao

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 <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (2):
  .github.workflows: Split MdeModulePkg and CryptoPkg analysis
  .azurepilelines/templates: Split CryptoPkg builds

 .../templates/pr-gate-build-job.yml           |  7 +-
 .github/workflows/codeql-analysis.yml         | 64 ++++++++++++-------
 2 files changed, 47 insertions(+), 24 deletions(-)

-- 
2.39.1.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-04 17:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04  4:24 [Patch 0/2] Balance CI Execution Times Michael D Kinney
2023-04-04  4:24 ` [Patch 1/2] .github.workflows: Split MdeModulePkg and CryptoPkg analysis Michael D Kinney
2023-04-04  4:24 ` [Patch 2/2] .azurepilelines/templates: Split CryptoPkg builds Michael D Kinney
2023-04-04 13:55 ` [edk2-devel] [Patch 0/2] Balance CI Execution Times Michael Kubacki
2023-04-04 17:58   ` Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox