[webkit-changes] [WebKit/WebKit] a5d5c8: [CISupport] Autoinstall buildbot dependencies
Jonathan Bedard
noreply at github.com
Mon Mar 27 10:53:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a5d5c85284959ecd6d331a19c75b69d0e548e0de
https://github.com/WebKit/WebKit/commit/a5d5c85284959ecd6d331a19c75b69d0e548e0de
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
A Tools/CISupport/buildbot-cmd
M Tools/CISupport/ews-build/steps.py
M Tools/CISupport/ews-build/steps_unittest.py
M Tools/CISupport/runUnittests.py
M Tools/Scripts/webkitpy/autoinstalled/buildbot.py
M Tools/Scripts/webkitpy/autoinstalled/twisted.py
Log Message:
-----------
[CISupport] Autoinstall buildbot dependencies
https://bugs.webkit.org/show_bug.cgi?id=250604
<rdar://problem/104246259>
Reviewed by Aakash Jain.
Instead of relying on machine running our unit tests having buildbot
installed, we should rely on webkitpy's autoinstaller.
* Tools/CISupport/buildbot-cmd: Added.
* Tools/CISupport/ews-build/steps.py:
(RunBuildbotCheckConfig): Invoke local 'buildbot-cmd' script.
* Tools/CISupport/ews-build/steps_unittest.py:
* Tools/CISupport/runUnittests.py: Import buildbot from webkitpy if
autoinstall is enabled.
* Tools/Scripts/webkitpy/autoinstalled/buildbot.py: Update dependencies,
install instead of just register libraries.
* Tools/Scripts/webkitpy/autoinstalled/twisted.py: Ditto.
Canonical link: https://commits.webkit.org/262159@main
More information about the webkit-changes
mailing list