Commit Graph

16540 Commits

Author SHA1 Message Date
David Harvey
fd4e90d66f do not fail a -noclient -server build if there are multiple game build targets.
- this matches the logic when running UAT with -target=myserver etc.


#jira UE-169814
#rb Josh.Adams
#preflight 6374ab6f1c114bec05ee01f9

[CL 23151764 by David Harvey in ue5-main branch]
2022-11-16 04:34:44 -05:00
Helge Mathee
7190300031 UHT: Support for RigVM Lazy arguments
Ran local UHT compat checks

#rb sara.schvartzman
#jira na
#preflight https://horde.devtools.epicgames.com/job/63737c08232e3d12cbaf448a

[CL 23151631 by Helge Mathee in ue5-main branch]
2022-11-16 03:45:03 -05:00
axel riffard
9780d35625 WrangleContentForDebugging UAT command to prepare for debug iOS / tvOS
#rb josh.adams
#jira UE-162968
#preflight 637458b1232e3d12cb01b154

[CL 23150547 by axel riffard in ue5-main branch]
2022-11-15 22:39:50 -05:00
joe kirchoff
3d1b49fef8 UnrealBuildTool: Only suggest installing visual studio components for Linux or HoloLens if those platforms are valid
#rnx
#rb trivial
#jira UE-167185

[CL 23148557 by joe kirchoff in ue5-main branch]
2022-11-15 19:54:32 -05:00
vincent robert
a6797cfb18 Height Field Capsule Optimization
#preflight 6373c04bb663683828c1ed0a
#rb chris.caufield

[CL 23148490 by vincent robert in ue5-main branch]
2022-11-15 19:53:12 -05:00
tim smith
78a392f9b7 Fixed C# UHT to now allow exponential notion in specifiers and meta data.
#rb self
#preflight 6373afc4b663683828bc9fb9

[CL 23148472 by tim smith in ue5-main branch]
2022-11-15 19:52:48 -05:00
Ben Marsh
23cd03fd11 Horde: Allow sending notifications to people in an allow list from the dev environment.
#preflight none

[CL 23146238 by Ben Marsh in ue5-main branch]
2022-11-15 18:32:28 -05:00
Ben Marsh
aadef9cccd Fix static analyzer warning.
#preflight none

[CL 23145189 by Ben Marsh in ue5-main branch]
2022-11-15 17:53:00 -05:00
Ben Marsh
374eb16122 Horde: Re-enable ability to change executors at runtime.
#preflight none

[CL 23144855 by Ben Marsh in ue5-main branch]
2022-11-15 17:42:12 -05:00
Ben Marsh
3db3dca37c UGS: Show changes for all projects by default, to reduce load on Perforce server.
#preflight none

[CL 23144554 by Ben Marsh in ue5-main branch]
2022-11-15 17:34:52 -05:00
Ben Marsh
88e31bfdd4 UGS: Fix the informational version string not being used to configure the P4 connection.
#preflight none

[CL 23144315 by Ben Marsh in ue5-main branch]
2022-11-15 17:24:55 -05:00
Ben Marsh
e425682876 EpicGames.Core: Swallow exception on abandoned child process reads.
#preflight none

[CL 23143931 by Ben Marsh in ue5-main branch]
2022-11-15 17:12:07 -05:00
Ben Marsh
ba979740a1 Backout change to agent tests.
#preflight none

[CL 23142538 by Ben Marsh in ue5-main branch]
2022-11-15 16:15:51 -05:00
Ben Marsh
13f9dd0d5d Horde: Revert changes to support overriding executor on a per-job basis.
#preflight none

[CL 23142278 by Ben Marsh in ue5-main branch]
2022-11-15 16:06:06 -05:00
Ben Marsh
c55f60fefe Horde: Fix agent tests.
#preflight none

[CL 23141861 by Ben Marsh in ue5-main branch]
2022-11-15 15:46:41 -05:00
robert seiver
a37788fdd4 Fixes crash when PLINK or PSCP are inside of a folder path which contains a space
#preflight none
#rb Brandon.Schaefer

[CL 23141324 by robert seiver in ue5-main branch]
2022-11-15 15:17:02 -05:00
Josh Engebretson
b1a0129f0e Horde: Fix copy/paste error in suite response
#jira none
#preflight none
#rnx
#skipci

[CL 23140448 by Josh Engebretson in ue5-main branch]
2022-11-15 14:38:21 -05:00
Josh Engebretson
89f4f66445 Horde: Store metadata on stream suites to improve queries
#jira none
#rnx
#preflight none
#skipci

[CL 23140340 by Josh Engebretson in ue5-main branch]
2022-11-15 14:32:27 -05:00
Ben Marsh
a6b1367f9a Horde: Fix service provider not being disposed.
#preflight none

[CL 23140133 by Ben Marsh in ue5-main branch]
2022-11-15 14:20:35 -05:00
Ben Marsh
6d2f6d6eb5 Horde: Allow overriding the executor on a per-job/per-template basis, and add a test job which launches the test executor compatible with the default pool settings.
#preflight none

[CL 23140020 by Ben Marsh in ue5-main branch]
2022-11-15 14:15:24 -05:00
Josh Engebretson
98cea3df22 Horde: Fix tests
#jira none
#skipci
#rnx
#preflight none

[CL 23139840 by Josh Engebretson in ue5-main branch]
2022-11-15 14:03:22 -05:00
Ben Marsh
03cad59da4 Horde: Disable Slack notification sink when a Slack token is not provided. Prevents errors when attempting to query user information.
#preflight none

[CL 23139809 by Ben Marsh in ue5-main branch]
2022-11-15 14:00:35 -05:00
Josh Engebretson
9408c54579 Horde: Include metadata in test suite responses, also include id's as these are useful now
#jira none
#preflight none
#rnx

[CL 23139689 by Josh Engebretson in ue5-main branch]
2022-11-15 13:55:32 -05:00
Devin Doucette
2bda528abc Fixed missing calls to FEngineLoop::AppExit
Skipping AppExit can cause crashes on exit because systems are destroyed in the wrong order.

#jira UE-170063
#preflight none
#rb Brandon.Schaefer
#rnx

[CL 23139565 by Devin Doucette in ue5-main branch]
2022-11-15 13:46:14 -05:00
Josh Engebretson
f0fcb9dcfb Horde: Don't include suite tests in stream response
#jira none
#rnx
#preflight none

[CL 23139545 by Josh Engebretson in ue5-main branch]
2022-11-15 13:44:38 -05:00