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

Deprecated the old python infrastructure in favor of the new C# Infra #3281

Closed
wants to merge 36 commits into from

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

  1. [main] Update dependencies from dotnet/runtime (#3282)

    * Update dependencies from https://github.com/dotnet/runtime build 20230817.12
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23417.4 -> To Version 8.0.0-rc.2.23417.12
    
    * Update dependencies from https://github.com/dotnet/runtime build 20230817.23
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23417.4 -> To Version 8.0.0-rc.2.23417.23
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    34b92e6 View commit details
    Browse the repository at this point in the history
  2. Added more documentation for running notebooks and message that we'll… (

    #3285)
    
    * Added more documentation for running notebooks and message that we'll be deprecating the python infra
    
    * Update src/benchmarks/gc/GC.Infrastructure/README.md
    
    Co-authored-by: Mark Plesko <[email protected]>
    
    * Fixed another linting issue
    
    ---------
    
    Co-authored-by: Mark Plesko <[email protected]>
    mrsharm and markples authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5fa1073 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0818.14 (#3286)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23417.23 -> To Version 8.0.0-rc.2.23418.14
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5052cf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update dependencies from https://github.com/dotnet/arcade build 20230…

    …817.3 (#3283)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23415.4 -> To Version 8.0.0-beta.23417.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d721172 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Code formatting. (#3289)

    cincuranet authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    907c9c8 View commit details
    Browse the repository at this point in the history
  2. Add WasmInterpreter and WasmAOT to local testing script (#3272)

    Added WasmInterpreter and WasmAOT to the local testing script. This additionally included breaking the run BDN and associated steps into multi-run and single-run setups to support not being able to pass in multiple Wasm workloads to run simultaneously. Also, some formatting was better standardized for cleaner code.
    LoopedBard3 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5d38428 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0823.11 (#3294)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23418.14 -> To Version 8.0.0-rc.2.23423.11
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c6e7a7c View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20230…

    …822.1 (#3291)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23419.1 -> To Version 8.0.0-beta.23422.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6305800 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. [wasm] Don't strip native symbols (#3288)

    * [wasm] Don't strip native symbols
    * precommands.py: Fail if 'dotnet workload install' fails
    * RunCommand: Fix retry being off by 1
    radical authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    726f271 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. [main] Update dependencies from dotnet/runtime (#3295)

    * Update dependencies from https://github.com/dotnet/runtime build 20230823.5
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23423.11 -> To Version 8.0.0-rc.2.23423.5
    
    * Update dependencies from https://github.com/dotnet/runtime build 20230825.9
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23423.11 -> To Version 8.0.0-rc.2.23425.9
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c30478d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. ComWrappers RCW parallel access (#3298)

    * ComWrappers RCW parallel access
    
    * Retain the RCW as a member.
    
    * Apply suggestions from code review
    
    Co-authored-by: Jan Kotas <[email protected]>
    
    * Review feedback.
    
    * Fix style
    
    * Review feedback
    
    * Disable for mono
    
    ---------
    
    Co-authored-by: Jan Kotas <[email protected]>
    AaronRobinsonMSFT and jkotas authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    36ab046 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20230…

    …825.2 (#3299)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23422.1 -> To Version 8.0.0-beta.23425.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    338e4ab View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0826.4 (#3300)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23425.9 -> To Version 8.0.0-rc.2.23426.4
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b85d8ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac39cb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update dependencies from https://github.com/dotnet/arcade build 20230…

    …828.2 (#3303)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3095a50 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. [main] Update dependencies from dotnet/runtime (#3304)

    * Update dependencies from https://github.com/dotnet/runtime build 20230829.12
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23426.4 -> To Version 8.0.0-rc.2.23429.12
    
    * Update dependencies from https://github.com/dotnet/runtime build 20230829.20
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23426.4 -> To Version 8.0.0-rc.2.23429.20
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    435231a View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20230…

    …829.1 (#3306)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23428.2 -> To Version 8.0.0-beta.23429.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5fad096 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0830.5 (#3308)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23429.20 -> To Version 8.0.0-rc.2.23430.5
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f36e5b8 View commit details
    Browse the repository at this point in the history
  2. EventListener that listens for the events we care about and then emi…

    …ts them via own LTTng tracepoint provider that works against the updated ABI (#3170)
    cincuranet authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bbce3d0 View commit details
    Browse the repository at this point in the history
  3. Fixed the reporting of the GCPerfSim runs in the Repro Steps (#3305)

    * Fixed the reporting of the GCPerfSim runs
    
    * Fixed computation of Gen2 Blocking and BGCs
    mrsharm authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3ad0477 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a0cc95 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0831.9 (#3310)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23430.5 -> To Version 8.0.0-rc.2.23431.9
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cce512f View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20230…

    …831.2 (#3312)
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23429.1 -> To Version 8.0.0-beta.23431.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a178a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a908ec8 View commit details
    Browse the repository at this point in the history
  4. [wasm] Fix build broken by recent update to assembly versions -> 9.0.0 (

    #3311)
    
    * [wasm] Fix build broken by recent update to tfm=net9.0 on runtime
    
    Essentially, override the packs as part of the build so that the correct
    ones are used. This uses `WasmOverridePacks.targets` from runtime's
    Wasm.Build.Tests .
    
    Fixes the error where 9.0 wasm targets are used, but with 8.0 runtime
    pack from the sdk:
    
    ```
    emcc : error : /home/helixbot/work/C6E60A3B/w/BEDB0A92/u/artifacts/packages/microsoft.netcore.app.runtime.mono.browser-wasm/8.0.0-rc.1.23414.4/runtimes/browser-wasm/native/libmono-wasm-simd.a: No such file or directory ("/home/helixbot/work/C6E60A3B/w/BEDB0A92/u/artifacts/packages/microsoft.netcore.app.runtime.mono.browser-wasm/8.0.0-rc.1.23414.4/runtimes/browser-wasm/native/libmono-wasm-simd.a" was expected to be an input file, based on the commandline arguments provided) [/home/helixbot/work/C6E60A3B/p/performance/src/scenarios/blazoraot/app/emptyblazorwasmtemplate.csproj]
    ```
    
    * [wasm] Override packs for blazor scenarios
    
    * [wasm] Move WasmOverridePacks.targets to build-common, and update blazor targets
    
    * [wasm] Override packs only when using workloads
    radical authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    53cc08d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 7, 2023

  1. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0906.8 (#3324)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23431.9 -> To Version 8.0.0-rc.2.23456.8
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    042c337 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade (#3317)

    * Update dependencies from https://github.com/dotnet/arcade build 20230901.1
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23431.2 -> To Version 8.0.0-beta.23451.1
    
    * Update dependencies from https://github.com/dotnet/arcade build 20230901.1
    
    Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
     From Version 8.0.0-beta.23431.2 -> To Version 8.0.0-beta.23451.1
    
    ---------
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e2cd441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc21ba View commit details
    Browse the repository at this point in the history
  4. Add Xamarin android default app run to maui_android runs. (#3302)

    Add Xamarin android default app run to maui_android runs.
    Clarify naming with .NET Android rather than Xamarin Android.
    LoopedBard3 authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cc05d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0907.7 (#3327)
    
    Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , System.Threading.Channels
     From Version 8.0.0-rc.2.23456.8 -> To Version 8.0.0-rc.2.23457.7
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0cc950a View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflicts

    mrsharm committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    27d51c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    098bddd View commit details
    Browse the repository at this point in the history
  4. Fixed merge conflicts

    mrsharm committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    281752d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0610605 View commit details
    Browse the repository at this point in the history