[Webkit-unassigned] [Bug 153483] New: kill-old-processes: Allows to specify on the environment of the bot a list of process that should be killed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 06:21:50 PST 2016


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

            Bug ID: 153483
           Summary: kill-old-processes: Allows to specify on the
                    environment of the bot a list of process that should
                    be killed.
    Classification: Unclassified
           Product: WebKit
           Version: Other
          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, lforschler at apple.com

We are having an issue with the GTK+ bots because of bug 127352 that is causing that thousands of at-spi-bus-launcher and dbus-daemon process remain open.

On r166798 I tried to workaround this by killing dbus-daemon on the script kill-old-processes that the bots run before any new build.
However this turned out to be problematic for the performance bots so it was reverted on r169343.

So, I think we still want to kill dbus-daemon (and maybe at-spi-bus-launcher) also on the test bots but not on the performance bots.

An idea to achieve this is to implement on kill-old-processes support for killing any task defined on a given environment variable.
This way the admin of each bot can set this variable accordingly

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160126/58dbe559/attachment.html>


More information about the webkit-unassigned mailing list