[webkit-changes] [WebKit/WebKit] 693791: "start-local-buildbot-server --ews" fails to start...

Fujii Hironori noreply at github.com
Mon Feb 19 16:07:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 69379105c3551cd269726ab7773145f208a9bea4
      https://github.com/WebKit/WebKit/commit/69379105c3551cd269726ab7773145f208a9bea4
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

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

  Log Message:
  -----------
  "start-local-buildbot-server --ews" fails to start: builtins.ModuleNotFoundError: No module named 'ews-build'
https://bugs.webkit.org/show_bug.cgi?id=269688

Reviewed by Carlos Alberto Lopez Perez.

After 267005 at main changed master.cfg to use importlib to load
loadConfig, start-local-buildbot-server failed to start. The basename
of _server_wordir should be same with the basename of _configdir.

* Tools/CISupport/start-local-buildbot-server:
(BuildbotTestRunner._setup_server_workdir): Use the basename of
_configdir instead of the hard-coded directory name 'buildbot-server'
for the basename of _server_wordir.

Canonical link: https://commits.webkit.org/275008@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