Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3447e887008ca6b66e1a2ea663490d6651510a17
https://github.com/WebKit/WebKit/commit/3447e887008ca6b66e1a2ea663490d6651510a17
Author: Ben Schwartz <[email protected]>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
M Tools/CISupport/build-webkit-org/factories.py
M Tools/CISupport/ews-build/steps.py
M Tools/Scripts/bisect-builds
M Websites/webkit.org/wp-content/themes/webkit/build-archives.php
Log Message:
-----------
[WKCI] `architectures` for queues should be concatenated with `-`, not space.
https://bugs.webkit.org/show_bug.cgi?id=301952
rdar://164027693
Reviewed by Jonathan Bedard.
When uploading build products from CI to S3, if there are multiple
architectures specified in the queue information, we upload with a space in the
file name (as the concatenator of the architectures) instead of a dash.
This PR changes this to avoid issues with spaces in file names.
* Tools/CISupport/build-webkit-org/factories.py:
(Factory.__init__): Change space to `-`.
* Tools/CISupport/ews-build/steps.py:
(ConfigureBuild.__init__): Ditto.
* Tools/Scripts/bisect-builds:
(QueueDescriptor):
-> (__init__): Ditto.
-> (pretty_string): Ditto, but to `/` instead.
* Websites/webkit.org/wp-content/themes/webkit/build-archives.php: Replace
`%20` with `-` in `$platforms`.
Canonical link: https://commits.webkit.org/302748@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications