Allow IterativeValidate jobs to run multi-process.

[CL 33563810 by zousar shaker in ue5-main branch]
This commit is contained in:
zousar shaker
2024-05-09 19:15:33 -04:00
parent e210fb8bd7
commit c2bb7d6a4b
@@ -30,8 +30,6 @@
<!-- Agent=IterativeValidate variables -->
<Property Name="EditorPlatform" Value="Win64"/>
<Property Name="CommonCookArgs" Value="-targetplatform=$(TargetPlatform) $(IterativeArgs) -skiponlyeditoronly=true"/>
<!-- Force singleprocess cook because IterativeValidatePackageWriter includes data that is not replicated -->
<Property Name="CommonCookArgs" Value="$(CommonCookArgs) -cookprocesscount=1"/>
<Property Name="CompileNodeName" Value="Compile $(EditorPlatform) $(ProjectName)"/>
<Property Name="CookIterativeValidateSinglePhaseName" Value="Cook IterativeValidateSinglePhase $(ProjectName) $(TargetPlatform)"/>