Ben Marsh
25b44e2c2e
Add a Kubectl task.
...
[CL 16249810 by Ben Marsh in ue5-main branch]
2021-05-10 12:03:08 -04:00
Ben Marsh
74a415cac9
Add a Helm task to allow updating releases.
...
[CL 16249773 by Ben Marsh in ue5-main branch]
2021-05-10 12:01:51 -04:00
Ben Marsh
f6f8beda42
Enable verbose output from Docker tasks by default.
...
[CL 16249754 by Ben Marsh in ue5-main branch]
2021-05-10 12:01:04 -04:00
Ben Marsh
803fa2e63d
Prevent Docker password being logged to stdout.
...
[CL 16247915 by Ben Marsh in ue5-main branch]
2021-05-10 09:49:47 -04:00
Ryan Durand
ceacd78804
Build GitSync on Horde.
...
#rnx
#rb none
#jira none
[CL 16247562 by Ryan Durand in ue5-main branch]
2021-05-10 09:01:20 -04:00
Andrew Grant
0f8f7d097b
Added requiredflags to the Gauntlet message when a valid build type can't be found for easier future triage
...
#jira #rb na
#fyi jerome.delattre
[CL 16220783 by Andrew Grant in ue5-main branch]
2021-05-06 10:50:32 -04:00
Jerome Delattre
31d2f3d302
Gauntlet telemetry - make the csv parser more resilient to non compliant formating
...
#rnx
#rb none
#jira none
[CL 16215623 by Jerome Delattre in ue5-main branch]
2021-05-05 19:27:53 -04:00
Ryan Durand
604cecf460
Add a verbose option to DeleteTask to see what files and folders are being deleted.
...
#rnx
#rb none
#jira none
[CL 16183644 by Ryan Durand in ue5-main branch]
2021-05-03 09:45:50 -04:00
jonathan adamczewski
7796bc81bb
UnrealBuildTool:
...
Remove IsRunningOnMono
For remaining references, IsRunningOnMono -> !IsRunningOnWindows
#jira none
#trivial
[CL 16175552 by jonathan adamczewski in ue5-main branch]
2021-04-30 22:11:47 -04:00
jonathan adamczewski
c00c10008b
AutomationTool/Scripts:
...
IsRunningOnMono -> !IsRunningOnWindows
#jira none
#trivial
[CL 16175230 by jonathan adamczewski in ue5-main branch]
2021-04-30 21:01:00 -04:00
jonathan adamczewski
9b69a17dbc
TempStorage.cs:
...
Remove some mono references.
#jira none
#trivial
[CL 16175220 by jonathan adamczewski in ue5-main branch]
2021-04-30 20:58:26 -04:00
jonathan adamczewski
61b793626e
revert 16173499
...
[CL 16173666 by jonathan adamczewski in ue5-main branch]
2021-04-30 17:49:02 -04:00
jonathan adamczewski
c1b2fd7955
HoloLensPlatform.Automation:
...
Remove some references to Mono
#jira none
#trivial
[CL 16173499 by jonathan adamczewski in ue5-main branch]
2021-04-30 17:32:56 -04:00
jonathan adamczewski
453c9e777d
LuminPlatform.Automation:
...
Remove some references to Mono.
#jira none
#rb brandon.schaefer
[CL 16173441 by jonathan adamczewski in ue5-main branch]
2021-04-30 17:28:39 -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
Ryan Durand
d95d6ddf00
Only try to delete folders if they exist.
...
#rnx
#rb none
#jira none
[CL 16161162 by Ryan Durand in ue5-main branch]
2021-04-29 15:59:44 -04:00
Ben Woodhouse
b0ec2a07ac
CopyTask - optionally throw an error if files not found
...
#rb luke.thatcher
#jira UE-114025
[CL 16156542 by Ben Woodhouse in ue5-main branch]
2021-04-29 09:02:09 -04:00
michael atchison
2323b359a7
Update multihome argument to reuse arg 0
...
#jira UE-114013
#review-16149670
[CL 16150792 by michael atchison in ue5-main branch]
2021-04-28 19:23:46 -04:00
michael atchison
2f8efc3c87
Add multihomehttp commandline argument to smoke test command so that overridden ip is written into matchmaking session information.
...
#jira UE-114013
#review-16149670 @rob.cannaday
[CL 16149899 by michael atchison in ue5-main branch]
2021-04-28 18:05:43 -04:00
geoff evans
d938d5bde1
IterationProfile support for performance telemetry
...
This change adds:
* Extraction of performance measurements from utrace to csv care of a SummarizeTraceCommandlet
* Filtering of those measurements into another csv file that is legible by the Horde telemetry system
* Split of iteration profile into two passes with differing DDC settings: cold with empty cache and warm with seeded cache
* Synchronization of async processing of assets to wait for processing to complete (as a user will do usually)
* Culling of unused pathways in IterationProfile.xml for brevity's sake
#jira UETOOL-3338
#rb TBD
#preflight 60887cea6473940001ab66d2
[CL 16148303 by geoff evans in ue5-main branch]
2021-04-28 16:22:58 -04:00
nuno leiria
679b499b1b
Move Turnkey editor dialog to an ApartmentState.STA thread so it doesn't deadlock on shutdown
...
#jira UE-113400
#rb luke.thatcher
#fyi josh.adams
[CL 16146151 by nuno leiria in ue5-main branch]
2021-04-28 13:32:35 -04:00
Luke Thatcher
d59d6aa07b
Remove [STAThread] attribute from UAT main entry point.
...
- STAThread causes deadlocks with platform COM automation APIs.
- Reverts change from CL 16094080.
#jira UE-114508
#rb Nuno.Leiria
[CL 16145588 by Luke Thatcher in ue5-main branch]
2021-04-28 12:51:35 -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