[webkit-changes] [WebKit/WebKit] 59ff7b: [WPE][GTK] Allow to configure auto-deleting of cor...

Carlos Alberto Lopez Perez noreply at github.com
Wed Feb 22 12:28:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 59ff7ba2dbdbe514d9f2c0848d5edf7e2eaad9d6
      https://github.com/WebKit/WebKit/commit/59ff7ba2dbdbe514d9f2c0848d5edf7e2eaad9d6
  Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/port/linux_get_crash_log.py

  Log Message:
  -----------
  [WPE][GTK] Allow to configure auto-deleting of coredumps after processing
https://bugs.webkit.org/show_bug.cgi?id=252762

Reviewed by Philippe Normand.

The EWS for layout tests for WPE and GTK repeat each failure 11 times
to discard flakies. When there a lot of crashes it can cause a lot of
coredumps generated in a sort amount of time. This may end causing the
bot to run out of space until the cronjob to clean cores is fired,
which runs hourly in the best case.

Introduce the environment variable `WEBKIT_CORE_DUMPS_AUTODELETE` that
if set to `1` will cause the coredump to be deleted just after processing
it.

This is only implemented currently when processing the cores without
coredumpctl (the current default on the GTK and WPE bots).

* Tools/Scripts/webkitpy/port/linux_get_crash_log.py:
(GDBCrashLogGenerator.generate_crash_log):

Canonical link: https://commits.webkit.org/260694@main




More information about the webkit-changes mailing list