Bug 235417

Summary: [EWS] Avoid extra network request from buildbot to github
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
https://bugs.webkit.org/show_bug.cgi?id=235383

Description Jonathan Bedard 2022-01-20 13:17:59 PST
Buildbot makes network requests to determine the commit message and list of files in a pull-request. We don't need these messages or file list, so we should prevent the network requests.
Comment 1 Radar WebKit Bug Importer 2022-01-20 13:18:14 PST
<rdar://problem/87846222>
Comment 2 Jonathan Bedard 2022-01-21 14:50:38 PST
246280@main (r288383)