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

test: limit test-run jobs number to CPU count #7494

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 16, 2022

  1. test: limit test-run jobs number to CPU count

    This patch is intended to limit the number of test-run jobs to the CPU
    count. Before this change test-run always ran with its default value
    for jobs number - 2 x CPU count. However, such a value may potentially
    lead to flaking test results and it really annoys everyone. So it was
    decided to give a chance to this patch and see what would happen.
    
    NO_DOC=testing stuff
    NO_TEST=testing stuff
    NO_CHANGELOG=testing stuff
    ylobankov committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b744fc5 View commit details
    Browse the repository at this point in the history