[release/7.0][wasm] Use latest sdk 7.0 sdk for workload testing, and perf runs#82219
Merged
carlossanlop merged 2 commits intodotnet:release/7.0from Mar 8, 2023
Merged
[release/7.0][wasm] Use latest sdk 7.0 sdk for workload testing, and perf runs#82219carlossanlop merged 2 commits intodotnet:release/7.0from
carlossanlop merged 2 commits intodotnet:release/7.0from
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes 7.0 perf runs:
|
lewing
approved these changes
Mar 6, 2023
Fixes 7.0 perf runs:
```
Traceback (most recent call last):
File "/mnt/vss/_work/1/s/Payload/performance/scripts/ci_setup.py", line 373, in <module>
__main(sys.argv[1:])
File "/mnt/vss/_work/1/s/Payload/performance/scripts/ci_setup.py", line 318, in __main
dotnet_version = dotnet.get_dotnet_version(target_framework_moniker, args.cli) if args.dotnet_versions == [] else args.dotnet_versions[0]
File "/mnt/vss/_work/1/s/Payload/performance/scripts/dotnet.py", line 549, in get_dotnet_version
sdk_path = get_sdk_path(dotnet_path) if sdk_path is None else sdk_path
File "/mnt/vss/_work/1/s/Payload/performance/scripts/dotnet.py", line 533, in get_sdk_path
base_path = get_base_path(dotnet_path)
File "/mnt/vss/_work/1/s/Payload/performance/scripts/dotnet.py", line 527, in get_base_path
'Did not find "Base Path:" entry on the `dotnet --info` command'
RuntimeError: Did not find "Base Path:" entry on the `dotnet --info` command
```
Member
Author
|
Waiting for |
Member
Author
This ran successfully except for one failure which was unrelated - @carlossanlop we want to merge this whenever the branch will be open for it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes 7.0 perf runs: