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>
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.
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.
<rdar://problem/63986668>
Created attachment 401085 [details] empty details That's not how it looks for me for a pending request. Details tab is empty.
> 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>.