Ben Marsh
b343ecd968
Always log the client spec created in calls to CommandUtils.P4.CreateClient.
...
[CL 16861914 by Ben Marsh in ue5-main branch]
2021-07-15 09:56:28 -04:00
Per Larsson
cd7e077d77
Simplify command line arguments when running COTF with Zen loader/storage server
...
- changed Cooker arguments from -CookOnTheFly -IoStore to -CookOnTheFly -ZenStore
- changed Zen host argument from -StorageServerHost to -ZenStoreHost
- updated UAT to support running CBTB with -ZenStore
- updated StorageServerConnection to handle multiple hosts from command line
Cooker:
CBTB: -ZenStore
COTF: -ZenStore -CookOnTheFly
Game:
CBTB: -ZenStoreHost=<ip> or <ip1,ip2>
COTF: -ZenStoreHost=<ip> or <ip1,ip2> -CookOnTheFly
#rb CarlMagnus.Nordin
#jira none
#rnx
[CL 16849969 by Per Larsson in ue5-main branch]
2021-07-14 10:38:23 -04:00
aurel cordonnier
d17d20ca36
Merge from Release-Engine-Test @ 16758890 to UE5/Main
...
This represents UE4/Main @ 16738161 and Dev-PerfTest @ 16737719 (and Release-17.00 @ 16658211)
[CL 16763350 by aurel cordonnier in ue5-main branch]
2021-06-23 17:51:32 -04:00
Ryan Durand
e4aeaee242
Make sure to break after a successful copy.
...
#rnx
#rb none
#jira none
[CL 16710154 by Ryan Durand in ue5-main branch]
2021-06-17 16:08:27 -04:00
jonathan adamczewski
2627bd963f
AutomationTool:
...
Remove dependencies from AutomationTool -> AutomationToolUtils
Removes compile-time dependencies, except for the call to AutomationTool.Automation.Process - which will be changed in a future CL.
This change is part of preparing AutomationTool to be able to build All *.Automation.csproj projects (including AutomationUtils.Automation.csproj)
#jira UE-109181
#preflight 60caedc72ab21800016a73a5
#rb ben.marsh
[CL 16703954 by jonathan adamczewski in ue5-main branch]
2021-06-17 09:45:35 -04:00
jonathan adamczewski
90dde181c0
ExitCode:
...
Move enum from AutomationUtils.Automation to BuildUtilities
#jira none
#trivial
#preflight 60ca8a3d78c3b00001f86b24
[CL 16701095 by jonathan adamczewski in ue5-main branch]
2021-06-17 01:49:00 -04:00
Zousar Shaker
cf116088ae
Integrating //UE5/Dev-Cooker @ 16678003 to //UE5/Main (Zousar.Shaker-YEG-0943-Quaternary)
...
Non-DevIteration_ShooterGame
[CL 16678907 by Zousar Shaker in ue5-main branch]
2021-06-15 16:36:57 -04:00
David Harvey
08cc3defb3
some more post-move cleanup.
...
#jira UECON-532
#rnx
[CL 16672454 by David Harvey in ue5-main branch]
2021-06-15 08:18:45 -04:00
Brandon Schaefer
da6e2eb1e2
Rename LinuxAArch64 to LinuxArm64
...
#jira UE-118127
#rb Michael.Sartain
#fyi Marc.Audy, Aurel.Cordonnier
[CL 16660821 by Brandon Schaefer in ue5-main branch]
2021-06-14 13:39:47 -04:00
jonathan adamczewski
4ece24e65a
AutomationTool, BuildUtilities:
...
UnrealBuild -> Unreal for EngineDirectory, RootDirectory, IsEngineInstalled, UnrealBuildToolPath
Remove CommandUtils EngineDirectory, RootDirectory, IsEngineInstalled - use equvalents from UnrealBuildBase.Unreal
#jira none
[CL 16648181 by jonathan adamczewski in ue5-main branch]
2021-06-11 18:20:44 -04:00
David Harvey
ccc5898e1e
CrashReport: platform extensions can include crash report client.
...
#jira UE-93432
#rnx
#rb eric.mcdaniel
[CL 16638560 by David Harvey in ue5-main branch]
2021-06-11 05:57:18 -04:00
aurel cordonnier
e0ad4e25df
Merge from Release-Engine-Test @ 16624776 to UE5/Main
...
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576
[CL 16625248 by aurel cordonnier in ue5-main branch]
2021-06-10 13:13:24 -04:00
Ben Marsh
acf52ea93a
UAT: Delete a zip file before trying to overwrite it.
...
[CL 16623081 by Ben Marsh in ue5-main branch]
2021-06-10 10:31:29 -04:00
jonathan adamczewski
3f32bcdae6
UnrealBuildTool:
...
Move StartupTraceListener.cs to BuildUtilities
#jira none
[CL 16608546 by jonathan adamczewski in ue5-main branch]
2021-06-09 13:39:05 -04:00
jonathan adamczewski
0af1ea99af
Add a common C# method for detecting the current host platform to EpicGames.Core, and move many a test to use that code.
...
#jira none
#rb joe.kirchoff
[CL 16593582 by jonathan adamczewski in ue5-main branch]
2021-06-08 17:01:23 -04:00
aurel cordonnier
43fa62fcd8
Merge from Release-Engine-Test @ 16487383 to UE5/Main
...
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526
[CL 16488106 by aurel cordonnier in ue5-main branch]
2021-05-27 13:40:37 -04:00
Ben Marsh
2a2c1b80c2
Remove unused UAT commands.
...
#fyi Jonathan.Adamczewski
#preflight 60a6b1854c3203000196a4a5
[CL 16419629 by Ben Marsh in ue5-main branch]
2021-05-21 11:32:29 -04:00
Ben Marsh
599f0ff525
BuildGraph: Add support for passing text files containing environment variables into AWS, Docker, Helm and Spawn tasks. Also add an Aws-AssumeRole task which can assume a role and write a new list of environment variables.
...
[CL 16341432 by Ben Marsh in ue5-main branch]
2021-05-15 12:48:30 -04:00
Ben Marsh
1b33363239
BuildGraph: Add specific tasks for building and pushing images with Docker.
...
[CL 16337213 by Ben Marsh in ue5-main branch]
2021-05-14 18:29:41 -04:00
Ben Marsh
44d7a02d1d
Add an explicit accessor for getting the path to the DotNet host.
...
[CL 16312643 by Ben Marsh in ue5-main branch]
2021-05-13 10:24:37 -04:00
aurel cordonnier
8eebe8841f
Merge UE5/RET @ 16305968 to UE5/Main
...
This represents UE4/Main @ 16261013 and Dev-PerfTest @ 16259937
[CL 16306996 by aurel cordonnier in ue5-main branch]
2021-05-12 18:10:03 -04:00
jonathan adamczewski
1f82bedc58
Removal some references to Mono
...
#trivial
#jira none
[CL 16171278 by jonathan adamczewski in ue5-main branch]
2021-04-30 14:34:17 -04:00
aurel cordonnier
50944fd712
Merge UE5/RES @ 16162155 to UE5/Main
...
This represents UE4/Main @ 16130047 and Dev-PerfTest @ 16126156
[CL 16163576 by aurel cordonnier in ue5-main branch]
2021-04-29 19:32:06 -04:00
Ben Marsh
ea34b09df3
BuildGraph: Add tasks for running Git and Docker, and add support for deleting directories from <Delete> tasks.
...
[CL 16144334 by Ben Marsh in ue5-main branch]
2021-04-28 11:27:19 -04:00
Ben Marsh
bc47b15e06
Merge utility library changes from GitSync.
...
[CL 16135807 by Ben Marsh in ue5-main branch]
2021-04-27 22:41:48 -04:00