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

[workloads] Add new workloads for net8.0 #75200

Merged
merged 37 commits into from
Sep 10, 2022
Merged

Commits on Sep 2, 2022

  1. Update workloads for net8

    lewing committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    cfcb658 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Fixup changes from main

    lewing committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a926f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ba33e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb4ef89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c59f98 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    326f2b3 View commit details
    Browse the repository at this point in the history
  2. cleanup

    radical committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fd532af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    170103f View commit details
    Browse the repository at this point in the history
  4. fix

    radical committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    18ad45c View commit details
    Browse the repository at this point in the history
  5. WBT: Use dotnet-net7, because the projects are being built for net7.0…

    …, and need net7 worklaod
    radical committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7ffb8e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86a87ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c55e4fb View commit details
    Browse the repository at this point in the history
  8. wip

    radical committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    25a3735 View commit details
    Browse the repository at this point in the history
  9. fix

    radical committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    14d7a53 View commit details
    Browse the repository at this point in the history
  10. disable unrelated builds

    radical committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3e4f63f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc498b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. fix helix payload

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3aec01b View commit details
    Browse the repository at this point in the history
  2. Fixup manifest targets

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    548d92e View commit details
    Browse the repository at this point in the history
  3. Revert testing changes

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0d4e0b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e2e5de View commit details
    Browse the repository at this point in the history
  5. Address review feedback

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    39488a5 View commit details
    Browse the repository at this point in the history
  6. Fix up workload manifests

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c6cc34f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13ec5d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    184e2ac View commit details
    Browse the repository at this point in the history
  9. disable unrelated builds

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1b05102 View commit details
    Browse the repository at this point in the history
  10. wbt: show build output

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c994e04 View commit details
    Browse the repository at this point in the history
  11. add test-main.js for 7.0

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4bac307 View commit details
    Browse the repository at this point in the history
  12. fix

    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8aec201 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e13cdfb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f995477 View commit details
    Browse the repository at this point in the history
  15. [wasm] Disable running the app in WasmTemplateTests.BrowserTest, till…

    … 7.0 branch gets the fix for forwardConsole arg being renamed
    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    debc6ff View commit details
    Browse the repository at this point in the history
  16. Revert "disable unrelated builds"

    This reverts commit 1b05102.
    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3c69820 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b20848c View commit details
    Browse the repository at this point in the history
  18. [wasm] Fix WasmTemplateTests.BrowserTest

    - this was failing because the test added reference to a function
    `withExitOnUnhandledError()` to `main.js`, which is available only in
    8.0 . But the tests are still running with wasm-tools-net7, and
    tfm=net7.0 .
    radical committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aafbdfc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    27ef3fb View commit details
    Browse the repository at this point in the history
  2. Drop UnixFilePermissions.xml, as it is not needed anymore

    This was generated part of some nugets to fix file permissions because
    it wasn't supported by nuget. But that is fixed now, stop generating the
    file, and remove the corresponding tests.
    radical committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    b6e2dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c223663 View commit details
    Browse the repository at this point in the history