Bug 236650
Summary: | [EWS] Use EWS as committer when rebasing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | 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 |
Jonathan Bedard
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/88967428>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/146
Jonathan Bedard
Landed 247290@main (r289847)