-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Revert "Update perf run yaml with changes for crank on helix (#90368)" #90424
Conversation
…90368)" This reverts commit bbe40f8. This caused perf pipeline runs to break. Issue: dotnet#90420
Staging this, in case the proper fix will take time. |
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Reverting this change will break as well unless we revert the changes in the performance repository too, I will work on a proper fix right now |
I have made a PR to performance that removes the dependency on dataclasses library so that we can continue with this PR and revert the changes: dotnet/performance#3251 |
This will not get tested by CI here. Merging it. |
This reverts commit bbe40f8.
This caused perf pipeline runs to break. But dotnet/performance#3251 from @caaavik-msft, along with this revert will fix the issue.
Issue: #90420