Bug 235521

Summary: [EWS] Use github.head.sha instead of revision
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-01-24 08:21:31 PST
buildbot uses the 'revision' property internally, so it doesn't forward to triggered builds the way you would expect. We should rely on github.head.sha instead, which is a property we have more explicit control of.
Comment 1 Radar WebKit Bug Importer 2022-01-24 08:21:48 PST
<rdar://problem/87970427>
Comment 2 Jonathan Bedard 2022-01-24 14:56:07 PST
Pull request: https://github.com/WebKit/WebKit/pull/90

Landed 246357@main (r288474)