Bug 250842
Summary: | [ews] Do not send stepStarted event to Github directly for non-default repository | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aakash_jain, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=244694 https://bugs.webkit.org/show_bug.cgi?id=251453 |
Aakash Jain
This is follow-up to https://bugs.webkit.org/show_bug.cgi?id=244694 in which we stopped sending stepStarted event to Github directly. At that time, we excluded non-default repositories (e.g: security repo), since we didn't had EWS status-bubble support for non-default repos. Now that EWS status-bubbles are working for all the repo, we should stop sending these events.
This will also reduce little bit of load from ews buildbot server, as for every build-step on every build, few database calls are done and network requests are made for this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104429615>
Aakash Jain
Pull request: https://github.com/WebKit/WebKit/pull/8834
EWS
Committed 259086@main (dd20c04f786c): <https://commits.webkit.org/259086@main>
Reviewed commits have been landed. Closing PR #8834 and removing active labels.