Bug 236650 - [EWS] Use EWS as committer when rebasing
Summary: [EWS] Use EWS as committer when rebasing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-15 08:51 PST by Jonathan Bedard
Modified: 2022-02-15 13:26 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)