Bug 235521 - [EWS] Use github.head.sha instead of revision
Summary: [EWS] Use github.head.sha instead of revision
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-01-24 08:21 PST by Jonathan Bedard
Modified: 2022-01-24 15:15 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-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)