[Webkit-unassigned] [Bug 204154] New: test262-runner: use environment variable NUMBER_OF_PROCESSORS if is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 06:39:01 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204154

            Bug ID: 204154
           Summary: test262-runner: use environment variable
                    NUMBER_OF_PROCESSORS if is set
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org

We have enabled running test262 on GTK and WPE bots on r252362
But it seems this test is not respecting the environment variable NUMBER_OF_PROCESSORS that is set on the bot environment to tell each worker how much parallelism it should use.
Instead it is getting the system number of cores (which on some cases is 256) and that causes issues on other containers running on the same system.

This script should use the environment variable NUMBER_OF_PROCESSORS if is set, like all the other scripts for running webkit-related tests do

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191113/dc623e24/attachment-0001.htm>


More information about the webkit-unassigned mailing list