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

[wasm][aot] Run the high resource AOT tests on build machine itself #67017

Merged
merged 5 commits into from
Mar 25, 2022

Commits on Mar 23, 2022

  1. global-build-job.yml: Add hostedOs to the log artifact name, to diffe…

    …rentiate between linux, and windows
    radical committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c5807ad View commit details
    Browse the repository at this point in the history
  2. [wasm] Make tests that require lot of resources for AOT

    .. be selectable via `$(RunHighResourceAOTTestsOnly)`.
    radical committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    491bba8 View commit details
    Browse the repository at this point in the history
  3. [wasm] Add new ci jobs to run AOT tests which need lot of resources

    Some library tests fail to AOT on helix by getting oomkill'ed. Since the
    build machine have more resources than helix, we can AOT these specific
    library tests there, and send the built output to helix to run.
    radical committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c5549cb View commit details
    Browse the repository at this point in the history
  4. update README.md

    radical committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2f7ed78 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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