Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f2a021692661459a1b5164e260211ae0a5fcf7be
https://github.com/WebKit/WebKit/commit/f2a021692661459a1b5164e260211ae0a5fcf7be
Author: Sam Sneddon <[email protected]>
Date: 2026-08-13 (Thu, 13 Aug 2026)
Changed paths:
M Tools/Scripts/webkitpy/autoinstalled/buildbot.py
Log Message:
-----------
Tools/CISupport/run-tests fails due to missing AutoInstall registrations
https://bugs.webkit.org/show_bug.cgi?id=321340
Reviewed by Aakash Jain.
Tools/CISupport/Shared/generate_s3_url.py imports boto3, but this is
not registered with AutoInstall when running
Tools/CISupport/run-tests.
The only existing registration is in
Tools/Scripts/libraries/resultsdbpy/resultsdbpy/__init__.py, and it is
because of this that the Services EWS bot mostly succeeds in running
these tests: it only fails on first run (with no autoinstalled
packages).
* Tools/Scripts/webkitpy/autoinstalled/buildbot.py:
Add these to the end, given there is no clear order.
Canonical link: https://commits.webkit.org/319124@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications