-
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
SPMI: Switch back to unpinned 9.0 SDK for micro benchmarks #109992
base: main
Are you sure you want to change the base?
Conversation
/azp run runtime-coreclr superpmi-collect-test |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Hmm, that doesn't fix it. |
/azp run runtime-coreclr superpmi-collect-test |
Azure Pipelines successfully started running 1 pipeline(s). |
Not really sure why it's failing.. I cannot reproduce the failure locally. |
/azp run runtime-coreclr superpmi-collect-test |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -187,12 +187,13 @@ def build_and_run(coreclr_args, output_mch_name): | |||
env_copy["NUGET_EXPERIMENTAL_CHAIN_BUILD_RETRY_POLICY"] = "9,2000" | |||
|
|||
# If `dotnet restore` fails, retry. | |||
tfm = "net9.0" |
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.
Another option is to turn it into superpmi_benchmarks.py.template
with markers like {TargetFramework}
which some .proj
would replace at build time to generate the real superpmi_benchmarks.py
somewhere under artificats/obj
. linker testing uses that mechanism to avoid updating the files each time the TFM version is bumped:
<WriteLinesToFile File="$(_projectFile)" |
template:
<Project Sdk="Microsoft.NET.Sdk"> |
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.
That's a good idea, but a bit more work than I'd like to take on here -- I opened #110043 about it
/azp run runtime-coreclr superpmi-collect-test |
Azure Pipelines successfully started running 1 pipeline(s). |
cc @dotnet/jit-contrib