You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
0 commit comments