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

build: add pummel tests to ci runs #34289

Merged
merged 5 commits into from
Apr 10, 2021
Merged

build: add pummel tests to ci runs #34289

merged 5 commits into from
Apr 10, 2021

Commits on Apr 10, 2021

  1. test: skip test-hash-seed on armv6 and armv7

    The test is too slow to run on the Raspberry Pi bots. (It takes over 900
    seconds to run on Pi 3 bots and even more than that on Pi 2 bots.) Skip
    it on armv6 and armv7.
    
    Refs: nodejs#34289
    
    PR-URL: nodejs#34289
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    5020891 View commit details
    Browse the repository at this point in the history
  2. test: skip test-vm-memleak in ASAN

    ASAN increases memory usage, which in turn messes up the memory leak
    test. Skip the test on ASAN.
    
    PR-URL: nodejs#34289
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    213ae4f View commit details
    Browse the repository at this point in the history
  3. test: fix test-dh-regr for OpenSSL 3

    PR-URL: nodejs#34289
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    8cee284 View commit details
    Browse the repository at this point in the history
  4. build: prepare Windows coverage GitHub Action for pummel tests

    The pummel tests result in the Windows coverage runs in CI to exhaust
    memory, so we need to bump up the heap size.
    
    PR-URL: nodejs#34289
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    24426cd View commit details
    Browse the repository at this point in the history
  5. build: add pummel tests to ci runs

    PR-URL: nodejs#34289
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Trott committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    2853b76 View commit details
    Browse the repository at this point in the history