Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable event pipe tests in NativeAOT CI run #86389

Merged
merged 3 commits into from
May 19, 2023

Conversation

LakshanF
Copy link
Contributor

@LakshanF LakshanF commented May 17, 2023

Enables 2 tracing tests to run in NativeAOT validating EventPipe:

The CI results can be seen here with SimpleProviderValidation and RuntimeCounters.

There was an old PR #84891 related to this that was closed since it was old.

@LakshanF LakshanF changed the title Test check on EventPipe NativeAOT Enable event pipe tests in NativeAOT CI run May 18, 2023
@LakshanF LakshanF marked this pull request as ready for review May 18, 2023 11:27
@@ -4,7 +4,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Tracing tests routinely time out with jitstress and gcstress -->
<GCStressIncompatible>true</GCStressIncompatible>
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<JitOptimizationSensitive Condition="'$(TestBuildMode)' != 'nativeaot'">true</JitOptimizationSensitive>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this just because we don't want the environment variable check since in never matters for nativeaot? If so, can we just update the infrastructure to not add the check for nativeaot (similar to how it is skipped for mono)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops missed this comment, sorry! yep, it makes sense to change the check in infrastructure, will push a change for this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LakshanF LakshanF merged commit 9c702fb into dotnet:main May 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants