-
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
runtime-wasm-perf
: add support for running against forks, and branches
#73105
Conversation
.. of `dotnet/performance`. This can be done by add these lines in `runtime-wasm-perf.yml`: ``` - template: /eng/pipelines/coreclr/perf-wasm-jobs.yml parameters: ... perfForkToUse: url: https://github.com/radical/performance branch: fix-build ``` Also, change the default for the pipeline to run only sanity checks.
Tagging subscribers to 'arch-wasm': @lewing Issue Details.. of This can be done by adding
Also, change the default for the pipeline to run only sanity checks.
|
/azp runtime-wasm-perf |
Command 'runtime-wasm-perf' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
/azp run runtime-wasm-perf |
Azure Pipelines successfully started running 1 pipeline(s). |
The |
/azp run runtime-wasm-perf |
Azure Pipelines successfully started running 1 pipeline(s). |
|
@adamsitnik Would you mind reviewing this PR? This, and #72431 . |
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.
LGTM, I am going to use it myself very soon!
.. of
dotnet/performance
.This can be done by adding
perfForToUse
parameter inruntime-wasm-perf.yml
:Also: