[webkit-changes] [WebKit/WebKit] 966ff6: [Tools][CISupport] start-local-buildbot-server fai...

Carlos Alberto Lopez Perez noreply at github.com
Fri Jan 24 07:46:23 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 966ff65d47269e86fa9c3eb918eaa3ce8993bc05
      https://github.com/WebKit/WebKit/commit/966ff65d47269e86fa9c3eb918eaa3ce8993bc05
  Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
  Date:   2025-01-24 (Fri, 24 Jan 2025)

  Changed paths:
    M Tools/CISupport/start-local-buildbot-server

  Log Message:
  -----------
  [Tools][CISupport] start-local-buildbot-server fails to import modules from 'Shared' directory
https://bugs.webkit.org/show_bug.cgi?id=286087

Reviewed by Ryan Haddad.

Since 286664 at main on the factories.py buildbot code there is an import
from the 'Shared' directory which is located one directory above, and
the script start-local-buildbot-server is not copying that to the
temporal runtime workdir.

Fix that by copying everything inside the directory above,
that is, by copying everything from directory 'CISupport'.

* Tools/CISupport/start-local-buildbot-server:
(BuildbotTestRunner):
(BuildbotTestRunner.__init__):
(BuildbotTestRunner._setup_server_workdir):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list