Skip to content

Commit

Permalink
Disable startup scenarios on Ubuntu (backport dotnet#4366 to release/…
Browse files Browse the repository at this point in the history
…6.0)
  • Loading branch information
caaavik-msft authored Sep 7, 2024
1 parent 434844b commit 7bdf1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/performance/scenarios.proj
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@
</PreparePayloadWorkItem>
</ItemGroup>

<!-- Startup scenarios are temporarily disabled on non-Windows runs as lttng kernel modules are failing to install: https://github.com/dotnet/performance/issues/4149 -->

<!-- Startup FDD publish -->
<ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<HelixWorkItem Include="@(Scenario -> 'Startup - %(Identity) - FDD Publish')">
<PreCommands Condition="'$(TargetsWindows)' == 'true'">xcopy %HELIX_CORRELATION_PAYLOAD%\$(PreparePayloadOutDirectoryName)\%(HelixWorkItem.ScenarioDirectoryName)_fdd %HELIX_WORKITEM_ROOT%\pub /E /I /Y</PreCommands>
<PreCommands Condition="'$(TargetsWindows)' != 'true'">cp -r $HELIX_CORRELATION_PAYLOAD/$(PreparePayloadOutDirectoryName)/%(HelixWorkItem.ScenarioDirectoryName)_fdd $HELIX_WORKITEM_ROOT/pub</PreCommands>
Expand Down

0 comments on commit 7bdf1eb

Please sign in to comment.