disable crossgen2 composite scenario (#37842)
authorOlivia Chen <51934529+ooooolivia@users.noreply.github.com>
Sat, 13 Jun 2020 15:08:11 +0000 (08:08 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 15:08:11 +0000 (08:08 -0700)
eng/common/performance/perfhelixpublish.proj

index 3f7315b..47d3ba0 100644 (file)
       <PayloadDirectory>$(WorkItemDirectory)\ScenarioCorrelation</PayloadDirectory>
       <Command>$(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --single System.Private.CoreLib.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root</Command>
     </HelixWorkItem>
-    <HelixWorkItem Include="Crossgen2 Composite Framework R2R">
-      <PayloadDirectory>$(WorkItemDirectory)\ScenarioCorrelation</PayloadDirectory>
-      <Command>$(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\test.py crossgen2 --composite %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen2\framework-r2r.dll.rsp --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root</Command>
-    </HelixWorkItem>
 
   </ItemGroup>
 </Project>
\ No newline at end of file