Commit Graph

22210 Commits

Author SHA1 Message Date
ben marsh
fcd35ff1d8 Horde: Remove support for disabling partitioned workspaces for now.
[CL 30975096 by ben marsh in ue5-main branch]
2024-01-29 14:19:48 -05:00
ben marsh
0ed4706080 UGS: Fix tool name for CLI upgrades on Mac Arm64.
[CL 30975028 by ben marsh in ue5-main branch]
2024-01-29 14:16:21 -05:00
rafa lecina
2e5975241d Add connection and activity timeout support on AppleHttp so WebTests are passing
#jira UE-197485
[REVIEW] [at]Lorry.Li, [at]Michael.Kirzinger, [at]Michael.Atchison
#rb lorry.li

#changelist validated
#virtualized

[CL 30974721 by rafa lecina in ue5-main branch]
2024-01-29 14:02:13 -05:00
brendan lienau
d3db64e6ba [Gauntlet] Adds new LaunchSession to LowLevelTests flow using new TargetDevice functions
This new flow is disabled by default and requires -ExperimentalLaunchFlow to be present to run

#rb Chris.Constantinescu
#jira UE-201402

[CL 30973702 by brendan lienau in ue5-main branch]
2024-01-29 13:14:27 -05:00
henrik karlsson
89dbbcf0c2 [UBA]
* Removed realpath test for linux because test machines do not have clang installed

[CL 30972943 by henrik karlsson in ue5-main branch]
2024-01-29 12:37:43 -05:00
ben marsh
f772622aa3 UGS: Fix compile errors with recent EpicGames.Horde changes.
[CL 30968584 by ben marsh in ue5-main branch]
2024-01-29 09:56:42 -05:00
ben marsh
ad4126d237 Fix dependency in UGS build script.
[CL 30968372 by ben marsh in ue5-main branch]
2024-01-29 09:45:45 -05:00
ben marsh
30adfaede0 Add a build of UGS-CLI for Mac-Arm64.
[CL 30968248 by ben marsh in ue5-main branch]
2024-01-29 09:39:04 -05:00
ben marsh
e32dee4327 Horde: Disable log spam for blob reads.
[CL 30967888 by ben marsh in ue5-main branch]
2024-01-29 09:23:24 -05:00
mark winter
b0d39a42c6 PipInstall: Keep virtual env dir if no config file found, allows offline installs into Lib/site-packages before pip installer has run.
[CL 30967278 by mark winter in ue5-main branch]
2024-01-29 08:43:24 -05:00
carl bystrom
801e86fea4 Horde: Force use of SSL encryption if relay mode is active
[CL 30966566 by carl bystrom in ue5-main branch]
2024-01-29 08:01:17 -05:00
carl bystrom
93c15f75e6 Horde: Improve cleanup of stale port mappings for compute leases
[CL 30964708 by carl bystrom in ue5-main branch]
2024-01-29 06:11:08 -05:00
florin pascu
367836ea48 First part of TargetPlatform(TP) refactor into TargetPlatformSettings(TPS) and TargetPlatformControls(TPC)
TPS doesn't need SDK and will be used to get info about the platform
TPC requires SDK
AndroidTP has been converted to the new system
#jira UE-200883
#rb Jack.Porter

[CL 30963885 by florin pascu in ue5-main branch]
2024-01-29 04:50:19 -05:00
rafa lecina
6a39de8a9f Update GooglePlay games dependencies. This includes
- Create our own JNI wrapper on top of latest play-services-games-v2 classes
 - Adapt OSSGooglePlay to use this wrapper
 - Remove deprecated/unsupported functionality
 - Fix some issues with JNI support

#jira UE-201481
[REVIEW] [at]Michael.Kirzinger, [at]Chris.Babcock, [at]Bertrand.Carre
#rb Chris.Babcock, Michael.Kirzinger, Sam.Zamani

[CL 30963393 by rafa lecina in ue5-main branch]
2024-01-29 03:39:53 -05:00
henrik karlsson
6aeefa8f73 [Uba]
* Disable storage unit test for linux for now. need help getting access to a machine that this fails on.. all machines I've tested on works

[CL 30963185 by henrik karlsson in ue5-main branch]
2024-01-29 02:16:16 -05:00
henrik karlsson
0d51a68c53 [Uba]
* Fixed file descriptor leak when running native processes on posix platforms
* Removed hangup test on poll for pipe file descriptors since it exited to early and missed reads

[CL 30963156 by henrik karlsson in ue5-main branch]
2024-01-29 02:13:15 -05:00
buildmachine
a21ed98e80 Horde: Updating schema documentation
[CL 30963007 by buildmachine in ue5-main branch]
2024-01-29 01:06:45 -05:00
ben marsh
18f6a556d6 Horde: Reduce verbosity for tracing blob reads.
[CL 30962450 by ben marsh in ue5-main branch]
2024-01-28 22:18:45 -05:00
ben marsh
ab4c3a5ba8 Horde: Remove unused using directive.
[CL 30962326 by ben marsh in ue5-main branch]
2024-01-28 21:53:15 -05:00
ben marsh
2e07e8b780 Horde: Add a "ScheduleOverride" setting to job template parameters, making it possible to override the default for scheduled builds.
#jira UE-198874

[CL 30962254 by ben marsh in ue5-main branch]
2024-01-28 21:41:21 -05:00
ben marsh
b77d2c7792 Horde: Remove read-only flag from existing files before opening for write.
[CL 30961864 by ben marsh in ue5-main branch]
2024-01-28 20:31:09 -05:00
ben marsh
a7a7d64386 Build fix.
[CL 30960714 by ben marsh in ue5-main branch]
2024-01-28 16:36:08 -05:00
ben marsh
ac5d734c31 Horde: Include hashes with refs, allowing IStorageClient to return IBlobRef rather than IBlobHandle instances. Also rename methods that return blobs pointed to by refs as 'GetRefTarget'.
[CL 30960638 by ben marsh in ue5-main branch]
2024-01-28 16:27:09 -05:00
ben marsh
3fb85e7541 Horde: Allow marking BlobSerializerOptions instances as read only, which will throw an exception if a modifying collection method is called.
[CL 30959329 by ben marsh in ue5-main branch]
2024-01-28 11:29:42 -05:00
ben marsh
a121e1f005 EpicGames.Core: Remove unnecssary using directive causing static analysis warning.
[CL 30959313 by ben marsh in ue5-main branch]
2024-01-28 11:28:42 -05:00