Bug 236650

Summary: [EWS] Use EWS as committer when rebasing
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=234847

Description Jonathan Bedard 2022-02-15 08:51:24 PST
When EWS is rebasing, it needs a committer. By default, this will be the global git author, or, if that isn't set, some mangling of the machine name. This doesn't work on all machines, as seen in runs like this one: https://ews-build.webkit.org/#/builders/12/builds/73502. We should set this information via environment variables so it's consistent.
Comment 1 Radar WebKit Bug Importer 2022-02-15 08:52:09 PST
<rdar://problem/88967428>
Comment 2 Jonathan Bedard 2022-02-15 08:55:19 PST
Pull request: https://github.com/WebKit/WebKit/pull/146
Comment 3 Jonathan Bedard 2022-02-15 13:26:24 PST
Landed 247290@main (r289847)