-
Notifications
You must be signed in to change notification settings - Fork 5k
[PERF] Disable PerfBDN tests. #112886
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
[PERF] Disable PerfBDN tests. #112886
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Manually triggered rerun of the runtime-wasm-perf pipelines was successful: https://dev.azure.com/dnceng-public/public/_build/results?buildId=961994&view=results. We had to revert a commit in the performance repo as the downloaded sdk was not new enough for the recently updated global.json in the perf repo: dotnet/performance#4719. |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp run runtime-wasm-perf |
Re-run is not triggering and the manual rerun referenced above had runtime-wasm-perf succeed so going to go ahead and merge. |
Disabled PerfBDN related code as it is currently causing our pipeline to fail. Reenabling tracked: dotnet/performance#4729. Test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2649692&view=logs&j=6216695f-bbcb-51b4-e9b9-a690f297b942.
To be merged at the same time as: dotnet/performance#4730