Bug 212756

Summary: Queued jobs on EWS bots should provide mapping back to Bug ID or Attachment ID
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: aakash_jain, ap, ddkilzer, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=212755
https://bugs.webkit.org/show_bug.cgi?id=212746
Attachments:
Description Flags
Screenshot of details of pending build-request
none
empty details none

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>.