- Addressed remaining NDA platform code that was present in public facing folders
- Compile LowLevelTests target by default on presubmits and incremental builds for Main and 5.0
- Add dummy test on LowLevelTetsts and run it on consoles daily - this test is called "Self" and it's a sanity check run for Catch2
- Fixed Switch indefinite hang - Self test run successfully on this console
- Added IRunningStateOptions to control app run state: startup and check running state options
- AudioUnitTests run successfully on XboxOneGDK and XSX
- XSX Self and AudioUnitTests run successfully but XSX reports VideoEscape errors - JIRA UE-131334
#jira UEENGQA-52681, UE-127449
#rb Jerome.Delattre
#robomerge 5.0
[CL 17830364 by chris constantinescu in ue5-main branch]
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485
And Nearly-18.00 game promote
[CL 17824347 by aurel cordonnier in ue5-main branch]
C# projects found in Engine/Platforms/PLATFORM/... will not be included in the generated solution if UBT has decided that PLATFORM is not supported.
Additionally, provides extra logging of which directories and projects have been excluded from the solution.
#jira none
#ROBOMERGE-AUTHOR: jonathan.adamczewski
#ROBOMERGE-SOURCE: CL 17818458 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v881-17767770)
[CL 17818472 by jonathan adamczewski in ue5-release-engine-test branch]
C# projects found in Engine/Platforms/PLATFORM/... will not be included in the generated solution if UBT has decided that PLATFORM is not supported.
Additionally, provides extra logging of which directories and projects have been excluded from the solution.
#jira none
[CL 17818458 by jonathan adamczewski in ue5-main branch]
I believe we're not getting trace output from this because completion callbacks do not happen in the same async context that they were initiated in, so the chain of parent spans gets corrupted.
Assuming we can use MongoTracingCollection for any profiling data we need for now.
[FYI] Carl.Bystrom
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 17806017 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v881-17767770)
[CL 17806163 by ben marsh in ue5-release-engine-test branch]
I believe we're not getting trace output from this because completion callbacks do not happen in the same async context that they were initiated in, so the chain of parent spans gets corrupted.
Assuming we can use MongoTracingCollection for any profiling data we need for now.
#fyi Carl.Bystrom
[CL 17806017 by Ben Marsh in ue5-main branch]