Skip to content

Commit

Permalink
Reduced the QEMU to run with dual-core by default (#106)
Browse files Browse the repository at this point in the history
## Description

This change reduced the QEMU launcher to start with dual-core boot and
build UEFI with dual
core PCD. This should help the pipeline with better control of running
time, when assigned with
different types of building agents.

- [ ] Breaking change?
- Will this change break pre-existing builds or functionality without
action being taken?
  **No**

## How This Was Tested

Verified in test pipelines.

## Integration Instructions

N/A - No developer integration required

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
  • Loading branch information
kuqin12 authored Oct 24, 2022
1 parent f584372 commit f2a01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platforms/QemuQ35Pkg/PlatformBuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def SetPlatformEnv(self):
# Default turn on build reporting.
self.env.SetValue("BUILDREPORTING", "TRUE", "Enabling build report")
self.env.SetValue("BUILDREPORT_TYPES", "PCD DEPEX FLASH BUILD_FLAGS LIBRARY FIXED_ADDRESS HASH", "Setting build report types")
self.env.SetValue("BLD_*_QEMU_CORE_NUM", "4", "Default")
self.env.SetValue("BLD_*_QEMU_CORE_NUM", "2", "Default")
# Include the MFCI test cert by default, override on the commandline with "BLD_*_SHIP_MODE=TRUE" if you want the retail MFCI cert
self.env.SetValue("BLD_*_SHIP_MODE", "FALSE", "Default")
self.__SetEsrtGuidVars("CONF_POLICY_GUID", "6E08E434-8E04-47B5-9A77-78A3A24523EA", "Platform Hardcoded")
Expand Down

0 comments on commit f2a01bd

Please # to comment.