[webkit-changes] [WebKit/WebKit] d2125c: [ews] df command fails on gtk/wpe bots

Carlos Alberto Lopez Perez noreply at github.com
Wed Dec 20 08:40:35 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d2125ca493a8a4cf2573fb2fe7588527a2c3d1dc
      https://github.com/WebKit/WebKit/commit/d2125ca493a8a4cf2573fb2fe7588527a2c3d1dc
  Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M Tools/CISupport/build-webkit-org/steps.py
    M Tools/CISupport/build-webkit-org/steps_unittest.py
    M Tools/CISupport/ews-build/steps.py
    M Tools/CISupport/ews-build/steps_unittest.py

  Log Message:
  -----------
  [ews] df command fails on gtk/wpe bots
https://bugs.webkit.org/show_bug.cgi?id=266692

Reviewed by Aakash Jain.

The gtk/wpe bots give error when trying to check the
free disk space with the df command on the virtual FS at
/run/user/$UID/doc because of this bug
https://github.com/flatpak/xdg-desktop-portal/issues/553

To avoid this error that is causing issues on the CI just run
"df" telling it to ignore filesystems of type "fuse.portal"

* Tools/CISupport/build-webkit-org/steps.py:
(PrintConfiguration):
* Tools/CISupport/build-webkit-org/steps_unittest.py:
* Tools/CISupport/ews-build/steps.py:
(PrintConfiguration):
* Tools/CISupport/ews-build/steps_unittest.py:

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




More information about the webkit-changes mailing list