Commit Graph

136 Commits

Author SHA1 Message Date
jerome delattre
ef9e7e2128 Avoid usage of nested variable
#rnx

#rb sebastian.lewicki

[CL 34173867 by jerome delattre in ue5-main branch]
2024-06-06 16:41:22 -04:00
jon olick
0ccdc7a3fd Fix for CheckBuildSize on non-Android platforms
[CL 34137524 by jon olick in ue5-main branch]
2024-06-05 15:46:11 -04:00
jon olick
eac0c2b650 Android Automation Job that checks package size.
#rb brendan.lienau, Jack.Porter
#jira UE-213916

[CL 34097868 by jon olick in ue5-main branch]
2024-06-04 12:59:06 -04:00
chris cossiah
a8554d39e7 Make agent type configurable
#jira none
#rb chad.garyet

[CL 34074118 by chris cossiah in ue5-main branch]
2024-06-03 15:31:11 -04:00
jerome delattre
f14ddc3569 Harmonize Options input between test automation buildgraphes
+ Remove reference to internal server in public buildgraph
+ Allow disabling Horde test report generation

#rnx

#rb rob.huyett, sean.sweeney, sebastian.lewicki

[CL 34030893 by jerome delattre in ue5-main branch]
2024-05-31 09:12:38 -04:00
zousar shaker
ce39d92b83 Avoid warning in build scripts if no base exists for snapshot descriptor.
[CL 33904364 by zousar shaker in ue5-main branch]
2024-05-24 16:06:26 -04:00
zousar shaker
a6e614fc86 Fix for snapshot base descriptor file path.
[CL 33900161 by zousar shaker in ue5-main branch]
2024-05-24 13:53:05 -04:00
zousar shaker
25a01d897c When exporting snapshots to UE Cloud DDC, separate the snapshots into separate buckets using branch and cook platform.
[CL 33895080 by zousar shaker in ue5-main branch]
2024-05-24 11:08:42 -04:00
zousar shaker
074bc31808 Adjustments to the paths used for long term snapshot storage.
[CL 33894742 by zousar shaker in ue5-main branch]
2024-05-24 10:56:56 -04:00
zousar shaker
68c483fa47 Add dashboard category for snapshot descriptors to group them in the UI.
[CL 33887919 by zousar shaker in ue5-main branch]
2024-05-24 02:07:23 -04:00
zousar shaker
3810bda46b Add optional snapshot generation and long term storage as part of the generic BuildAndTestProject build script.
[CL 33887879 by zousar shaker in ue5-main branch]
2024-05-24 01:53:30 -04:00
david harvey
0300784db5 PGO build graph changes:
- Moved PGO compile arguments into the platform-specific build configurations. Recommended changes to local build graphs for PGO:
      use   $(PGOOptimizeCompileArgs$(Platform))   instead of   -PGOOptimize
      use   $(PGOProfileCompileArgs$(Platform))   instead of  -PGOProfile

- Adding UseSampleBasedPGO option for sampler-based PGO profiling (Currently Win64 with Intel oneAPI 2024.0+ only)


#jira UE-215357
#rb Jerome.Delattre

[CL 33822009 by david harvey in ue5-main branch]
2024-05-22 02:42:37 -04:00
jerome delattre
2b71c443d7 Fix InstallUnrealBuild command by considering configuration and package type
[CL 33264224 by jerome delattre in ue5-main branch]
2024-04-26 10:36:28 -04:00
ben marsh
f05e68e148 Tag files for artifacts in a separate node to the one that produces them, to work around package step cloberring the outputs.
#rnx

[CL 32836188 by ben marsh in ue5-main branch]
2024-04-09 15:32:40 -04:00
zousar shaker
67aaa35370 Add capability to publish snapshots to both zen and jupiter.
[CL 32629348 by zousar shaker in ue5-main branch]
2024-03-30 00:48:43 -04:00
ben marsh
eb6c312c09 Horde: Fix BuildAndTestProject.xml making assumptions about $(IsBuildMachine) meaning that we're running in an Epic-internal environment. Also publish artifacts to Horde.
#jira UE-210869, UE-210902

[CL 32616687 by ben marsh in ue5-main branch]
2024-03-29 12:30:20 -04:00
jerome delattre
f0aa8e568b Add Android to the EngineTest schedule
#jira UE-206761
#rnx

#rb chris.constantinescu, sean.sweeney

[CL 32366463 by jerome delattre in ue5-main branch]
2024-03-20 10:57:00 -04:00
damir jugovic
cfbc7979f2 Allows pre-cook steps to be injected
#rb Jerome.Delattre

[CL 32326060 by damir jugovic in ue5-main branch]
2024-03-19 10:57:56 -04:00
zousar shaker
ee56ca91a5 Automation support for using an HTTP2-only endpoint when publishing snapshots to the cloud. Also ensured that the snapshot descriptor can refer to an alternate endpoint that isn't HTTP2-only so that you can publish to one endpoint, but still leave the descriptor referring to another.
[CL 31913095 by zousar shaker in ue5-main branch]
2024-02-29 12:25:13 -05:00
jerome delattre
ad85606bf2 Enforce packaged build through argument instead of path
#jira UE-208172
#rnx

#rb brendan.lienau, sebastian.lewicki

[CL 31840116 by jerome delattre in ue5-main branch]
2024-02-27 10:06:06 -05:00
ben marsh
ce3f69900a Horde: Move remote execution test script into public folder.
#jira UE-207940

[CL 31769812 by ben marsh in ue5-main branch]
2024-02-23 13:28:07 -05:00
jerome delattre
37fab21619 Fix issue with Test nodes Packaged dependency
#rnx
#rb sebastian.lewicki

[CL 31727557 by jerome delattre in ue5-main branch]
2024-02-22 13:14:40 -05:00
ben marsh
879f918be2 Horde: Fix build error in default configuration of packaged build script.
* BuildAndTestProject.xml now takes optional -set:ProjectFile=... argument rather than specifying name and directory individually.
* Also improved error message for invalid object names in buildgraph script parser.

[CL 31651916 by ben marsh in ue5-main branch]
2024-02-20 14:02:32 -05:00
jerome delattre
24ae93d9f3 Remove References to internal Horde server deployment and network path
#jira UE-201978
#rnx

#rb sean.sweeney, sebastian.lewicki

[CL 30715888 by jerome delattre in ue5-main branch]
2024-01-19 10:19:49 -05:00
jerome delattre
67a680d01b Remove Linux limitation to run test by default
+ Fix LyraTest buildgraph dependency on Win64 Editor build

#rnx

#rb sebastian.lewicki
[FYI] Marcelo.Gomes

[CL 30639061 by jerome delattre in ue5-main branch]
2024-01-16 13:57:03 -05:00