Commit Graph

4770 Commits

Author SHA1 Message Date
ben marsh
84c19f47e5 BuildGraph: Fix comparison error after refactor.
#rnx

[CL 33819025 by ben marsh in ue5-main branch]
2024-05-21 22:24:33 -04:00
ben marsh
73cf491816 BuildGraph: Enable warnings for methods that should be made static.
#rnx

[CL 33818162 by ben marsh in ue5-main branch]
2024-05-21 21:47:03 -04:00
ben marsh
f8c7f937b4 Missing files.
[CL 33818038 by ben marsh in ue5-main branch]
2024-05-21 21:33:03 -04:00
ben marsh
87114921f6 BuildGraph: Enable warnings for using non-portable string comparisons.
#rnx

[CL 33817902 by ben marsh in ue5-main branch]
2024-05-21 21:27:08 -04:00
ben marsh
c14d97c48d BuildGraph: Enable warnings for string comparisons in BuildGraph.Automation.
#rnx

[CL 33817664 by ben marsh in ue5-main branch]
2024-05-21 21:06:38 -04:00
ben marsh
7918a7011d BuildGraph: Enable warnings for declaring visibile instance fields in BuildGraph.Automation.
[CL 33817522 by ben marsh in ue5-main branch]
2024-05-21 20:54:09 -04:00
brendan lienau
65d65d8134 [Gauntlet] TargetDeviceAndroid.IsActivityRunning() will now search for 'ResumedActivity' instead of 'mResumedActivity' when determining if the app is running in the foreground.
#jira UE-214990
#rb Chris.Babcock
#fixVersion 5.4.3

[CL 33814916 by brendan lienau in ue5-main branch]
2024-05-21 19:04:14 -04:00
ben marsh
22505fb1e1 Remove test code.
#rnx

[CL 33813702 by ben marsh in ue5-main branch]
2024-05-21 18:34:30 -04:00
ben marsh
d8e9333e76 BuildGraph: Add support for using properties rather than fields in parameter class definitions.
[CL 33813295 by ben marsh in ue5-main branch]
2024-05-21 18:20:34 -04:00
ben marsh
12121013a4 BuildGraph: Add a task which will read secrets from Horde and substitute named placeholders for them in a text file.
#rnx

[CL 33812073 by ben marsh in ue5-main branch]
2024-05-21 17:49:32 -04:00
zach brockway
0805be4e2a AutomationTool: Permit MakeCookedEditor subclasses to override ProjectParams construction.
#jira UE-215250
#rb Josh.Adams

[CL 33810603 by zach brockway in ue5-main branch]
2024-05-21 17:21:46 -04:00
joe kirchoff
32b6c86d6b Add HostArchitecture to default BuildGraph properties
#rnx

[CL 33782056 by joe kirchoff in ue5-main branch]
2024-05-20 18:26:13 -04:00
chris babcock
f745a2e21c Change method of ordering AFS startup sequence (am start -W doesn't work for older Android)
#jira UE-214651
#android
[REVIEW] [at]Jack.Porter
#rb ben.temple

[CL 33739800 by chris babcock in ue5-main branch]
2024-05-17 18:16:01 -04:00
brendan lienau
e3de1cba7e [Gauntlet] Add optional flag to ignore drive mapping failures on ps4 and ps5
Also modify InstallUnreal to use InstallBuild over InstallApplication

[CL 33736927 by brendan lienau in ue5-main branch]
2024-05-17 16:51:15 -04:00
brendan lienau
debd523fdb [Gauntlet] Fix -dev executables not working on desktops when running without -ExperimentalLaunchFlow
[CL 33731167 by brendan lienau in ue5-main branch]
2024-05-17 14:22:09 -04:00
nicolas mercier
a1a6ee5537 Add a marker for the end of ASan reports on Windows. This allows Gauntlet to extract the callstack and present it during autotests.
#rb mickael.gilabert
#tests using local AIBotSoakASAN
#rnx

[CL 33716289 by nicolas mercier in ue5-main branch]
2024-05-17 03:24:34 -04:00
neil henning
c151da7816 Fix a null deref if you didn't specify -build with the LowLevelTests.
It'll later complain about the lack of build, but it has already tried to unconditionally deref the null before then.

[CL 33702117 by neil henning in ue5-main branch]
2024-05-16 17:42:23 -04:00
rob perren
a99da34247 Add support for the cooked cooker to stage the .target file it is built with & for this file to be read by the editor
This allows dlls to be loaded based on the target file when not running in monolithic mode
#rb sebastian.schoner
#rnx

[CL 33653490 by rob perren in ue5-main branch]
2024-05-15 05:59:39 -04:00
eric knapik
642b42448e Re-order Ignore check so potential error does not fire inside the compare check.
Convert relative file paths to full paths to match the query which is based on full path.

[REVIEW] [at]Ben.Marsh


#rb philip.cosgrave

[CL 33631537 by eric knapik in ue5-main branch]
2024-05-14 12:19:02 -04:00
jon olick
ebfbdd425b Save screen_recording to Saved/Logs directory. Make sure the directory is created before saving!
[CL 33585619 by jon olick in ue5-main branch]
2024-05-10 16:03:40 -04:00
jon olick
808720911b Store screen recordings in Saved directory not Saved/Logs.
[CL 33582317 by jon olick in ue5-main branch]
2024-05-10 14:31:47 -04:00
jon olick
3398538b3e In Gauntlet, MANAGE_EXTERNAL_STORAGE allow permission. Also move perm allow to AFTER the install.
[CL 33581556 by jon olick in ue5-main branch]
2024-05-10 14:10:52 -04:00
jon olick
767ae79e47 Screen record the Gauntlet run, then put the recording in artifacts.
#rb brendan.lienau

[CL 33575420 by jon olick in ue5-main branch]
2024-05-10 10:54:22 -04:00
jerome delattre
f559c48c57 [Gauntlet] Add DateTime to ITestEvent
#rnx
#jira UE-210260

#rb sebastian.lewicki

[CL 33550354 by jerome delattre in ue5-main branch]
2024-05-09 13:03:15 -04:00
chris constantinescu
6b1a93c66b Disable play protect for Android installation
#jira UE-212645
#rb sebastian.lewicki

[CL 33494682 by chris constantinescu in ue5-main branch]
2024-05-07 16:46:58 -04:00