ben marsh
3932d34b15
Horde: Add a flag to allow resetting the GC blob sweep.
...
#rnx
[CL 34374744 by ben marsh in ue5-main branch]
2024-06-14 12:30:34 -04:00
ben marsh
f195e771ef
Horde: More graceful handling of failed gc state updates.
...
#rnx
[CL 34374128 by ben marsh in ue5-main branch]
2024-06-14 12:11:00 -04:00
ben marsh
9e83acd78f
Horde: Change GC verification to check against Path property rather than Locator, which is synthesized on access.
...
#rnx
[CL 34372518 by ben marsh in ue5-main branch]
2024-06-14 11:23:21 -04:00
ben marsh
8fa5f16440
Horde: Speculative fix for intermittent test error (not flushing streams)
...
#rnx
[CL 34371125 by ben marsh in ue5-main branch]
2024-06-14 10:38:51 -04:00
jerome delattre
037ee9ea25
[Gauntlet] Allow generating v1 and v2 TestData at the same time
...
#rnx
#rb rob.huyett, sebastian.lewicki
[CL 34370272 by jerome delattre in ue5-main branch]
2024-06-14 10:09:40 -04:00
josh engebretson
d6bbe99745
Horde: Relax running jobs without parameters again now that V2 dialog has been out a couple weeks
...
#rnx
[CL 34370245 by josh engebretson in ue5-main branch]
2024-06-14 10:09:19 -04:00
jerome delattre
db7c136d6c
[Gauntlet] Revert change of case for Metadata property in legacy Horde reports
...
#rnx
[CL 34370071 by jerome delattre in ue5-main branch]
2024-06-14 10:02:40 -04:00
ben marsh
bcb8190288
Horde: Fix GC tests.
...
#rnx
[CL 34369553 by ben marsh in ue5-main branch]
2024-06-14 09:41:38 -04:00
ben marsh
81ca29fab8
Horde: Add missing cancellation token argument.
...
#rnx
[CL 34369077 by ben marsh in ue5-main branch]
2024-06-14 09:14:28 -04:00
ben marsh
977a701067
Horde: Manually split GC scan into explicit batches and add more scopes/logging. Using cursors seems to be hanging on DocDB.
...
[CL 34368825 by ben marsh in ue5-main branch]
2024-06-14 08:59:28 -04:00
yoan stamant
58ff02e518
[UBT] added DeprecatedEngineVersion to plugin descriptor to be able to warn when a plugin is deprecated and will be removed in future engine versions.
...
#rb Joe.Kirchoff
[CL 34368728 by yoan stamant in ue5-main branch]
2024-06-14 08:54:28 -04:00
henrik karlsson
7647b785f2
[UBA]
...
* Added support for strings and comments in config files
* Added tests
* Fixed for uba to work integrated in other programs (proper dll exports)
* Added process id to process info in visualizer
[CL 34364596 by henrik karlsson in ue5-main branch]
2024-06-14 02:35:27 -04:00
henrik karlsson
9333b3232e
[UBA]
...
* Added support for having multiple tilde in same path
* Added IsAbsolutePath function
[CL 34364566 by henrik karlsson in ue5-main branch]
2024-06-14 02:30:57 -04:00
buildmachine
b217ad0e87
Horde: Updating schema documentation
...
#rnx
[CL 34364126 by buildmachine in ue5-main branch]
2024-06-14 01:08:12 -04:00
brendan lienau
5f71d65325
[Gauntlet] Adds IBuildValidtor type to support a user defined way of selecting the "Latest Known Good" (LKG) build
...
To use this, simply define a type that Implement IBuildValidator and override GetLatestGoodBuild() to return a string to the path of the latest known good build
Then, run a gauntlet test where -build="LKG" OR -build="LatestGood"
#rb Ryan.Bazinet
[CL 34360418 by brendan lienau in ue5-main branch]
2024-06-13 19:55:35 -04:00
ben marsh
26a44d6d2c
Horde: Build server on a separate agent to the one running the analyze step.
...
#rnx
[CL 34359503 by ben marsh in ue5-main branch]
2024-06-13 19:19:40 -04:00
ben marsh
f221ea67c9
Horde: Fix static analysis warning.
...
#rnx
[CL 34357561 by ben marsh in ue5-main branch]
2024-06-13 18:25:32 -04:00
joe kirchoff
83d02f2a64
Fix minor C# analysis warning
...
#rnx
[CL 34357060 by joe kirchoff in ue5-main branch]
2024-06-13 18:16:04 -04:00
joe kirchoff
a5b67572d6
UnrealBuildTool: Remove usage of obsolate BinarySerializer and replace with Json
...
#rnx
[CL 34354327 by joe kirchoff in ue5-main branch]
2024-06-13 17:00:32 -04:00
ben marsh
36f364dbab
Horde: Add timing log statements for creating the unsync manifest for an artifact.
...
#rnx
[CL 34353585 by ben marsh in ue5-main branch]
2024-06-13 16:52:17 -04:00
jason walter
d815ccb9bc
Convert MsQuic error codes into human readable form.
...
#jira UE-217546
#rb zach.brockway
[CL 34353487 by jason walter in ue5-main branch]
2024-06-13 16:49:17 -04:00
ben marsh
0849d7a8ab
EpicGames.Perforce: Do not attempt to use the native client on Linux./ARM64.
...
[CL 34353334 by ben marsh in ue5-main branch]
2024-06-13 16:43:17 -04:00
ben marsh
beb54c3f73
EpicGames.Perforce: Strip all non-numeric characters from the end of a datetime string before trying to convert to a DateTimeOffset. Some time zones include other punctuation characters (eg. "Paris, Madrid").
...
[CL 34353007 by ben marsh in ue5-main branch]
2024-06-13 16:23:23 -04:00
ben marsh
d7f27caaba
Horde: Add stats for serving unsync blobs.
...
#rnx
[CL 34351851 by ben marsh in ue5-main branch]
2024-06-13 15:54:20 -04:00
marc audy
2c98855051
Really really disable C5105 when doing PVS analysis as disabling it in PlatformCompilerSetup.h AND disabling it DirectHeaderCompiling.h just wasn't enough
...
#rb Joe.Kirchoff
#jira
#rnx
[CL 34351681 by marc audy in ue5-main branch]
2024-06-13 15:49:15 -04:00