Skip to content
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

[release/7.0][wasm] Use latest sdk 7.0 sdk for workload testing, and perf runs #82219

Merged
merged 2 commits into from
Mar 8, 2023

Commits on Mar 7, 2023

  1. [wasm] Use latest sdk 7.0 sdk for workload testing, and perf runs

    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
    ```
    radical committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    94776de View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    aa9bc5e View commit details
    Browse the repository at this point in the history