Bug 235417 - [EWS] Avoid extra network request from buildbot to github
Summary: [EWS] Avoid extra network request from buildbot to github
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-20 13:17 PST by Jonathan Bedard
Modified: 2022-01-21 14:50 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-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)