Bug 212756 - Queued jobs on EWS bots should provide mapping back to Bug ID or Attachment ID
Summary: Queued jobs on EWS bots should provide mapping back to Bug ID or Attachment ID
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-04 09:24 PDT by David Kilzer (:ddkilzer)
Modified: 2020-06-16 10:14 PDT (History)
4 users (show)

See Also:


Attachments
Screenshot of details of pending build-request (210.93 KB, image/png)
2020-06-04 11:07 PDT, Aakash Jain
no flags Details
empty details (81.57 KB, image/png)
2020-06-04 16:01 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-06-04 09:24:58 PDT
Queued jobs on EWS bots should provide mapping back to Bug ID or Attachment ID.

When looking at a list of queued jobs on an EWS bot, I'd like to be able to map the queue ID back to a Bug ID or Attachment ID so I could figure out where in the queue my patch is located:

ios-wk2:  <https://ews-build.webkit.org/#/builders/iOS-13-Simulator-WK2-Tests-EWS>
mac-wk1:  <https://ews-build.webkit.org/#/builders/macOS-Mojave-Release-WK1-Tests-EWS>
mac-wk2:  <https://ews-build.webkit.org/#/builders/macOS-Mojave-Release-WK2-Tests-EWS>
mac-debug-wk1:  <https://ews-build.webkit.org/#/builders/macOS-Mojave-Debug-WK1-Tests-EWS>
Comment 1 Alexey Proskuryakov 2020-06-04 10:14:31 PDT
This would be very useful, and for post-commit bots too. Probably very hard to do, because this information is not even available in Debug tab for pending build requests.
Comment 2 Aakash Jain 2020-06-04 11:07:13 PDT
Created attachment 401050 [details]
Screenshot of details of pending build-request

On the queue page, if you click on one of the pending build-request, it will open a detailed page for that pending build-request. e.g.: https://ews-build.webkit.org/#/buildrequests/551115

The details contains bug_id, patch_id, and author name among other things. See attached screenshot.

Although there isn't a simple way to find a specific patch in a long queue.
Comment 3 Radar WebKit Bug Importer 2020-06-04 11:07:41 PDT
<rdar://problem/63986668>
Comment 4 Alexey Proskuryakov 2020-06-04 16:01:26 PDT
Created attachment 401085 [details]
empty details

That's not how it looks for me for a pending request. Details tab is empty.
Comment 5 Aakash Jain 2020-06-15 05:38:04 PDT
> That's not how it looks for me for a pending request. Details tab is empty.
We have some ip address restrictions on when this information is displayed. We blocked a buildbot API in <rdar://problem/50994243> for security EWS. We modified it little bit in <rdar://problem/55357737>.