Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 54c9fade525330f55d5a15e83f7768f7fc2315ac
https://github.com/WebKit/WebKit/commit/54c9fade525330f55d5a15e83f7768f7fc2315ac
Author: Ben Schwartz <[email protected]>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
M Tools/CISupport/ews-build/loadConfig.py
M Tools/CISupport/ews-build/steps.py
Log Message:
-----------
[EWS] "Try Build" button should take a pull request number, not patch ID.
https://bugs.webkit.org/show_bug.cgi?id=301594
rdar://163593230
Reviewed by Ryan Haddad.
The "Try Build" button on EWS currently takes a Bugzilla patch ID. In an effort
to modernize this workflow, this change implements manual run triggering from
PR number instead of patch ID.
* Tools/CISupport/ews-build/loadConfig.py:
(loadBuilderConfig): Change "Try Build" workflow to accept PR number.
* Tools/CISupport/ews-build/steps.py:
(ValidateChange):
-> (run): Add support for ingesting PR number from `pr_number` property.
-> (validate_github): Populate GitHub data from `pr_json` if absent.
Canonical link: https://commits.webkit.org/302304@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications