Bug 243353

Summary: Merge-queue failed for Github PR 1897
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: aakash_jain, ap, jbedard, kkinnunen, lexa.knyazev
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Kenneth Russell 2022-07-29 14:20:02 PDT
The merge-queue label isn't having an effect for this Github PR:

Use Exif orientation when creating ImageBitmap from Blob #1897
https://github.com/WebKit/WebKit/pull/1897

Until just now it had approval from a WebKit reviewer (kkinnunen), and merge-queue set by me (WebKit reviewer as well). No checks are showing up for the current Git hash. Could someone please help us understand why it's stuck? Thanks.
Comment 1 Aakash Jain 2022-07-29 15:27:53 PDT
Merge-Queue did run when the label was added to the PR. However, it failed https://ews-build.webkit.org/#/builders/74/builds/1890 shows that the update-pull-request step failed with error: "Failed to update PR 1897. Unexpected response code from GitHub: 502". It was a failure in communicating with github.

I removed and re-added the merge-queue label on that PR and Merge-Queue is processing it now (in https://ews-build.webkit.org/#/builders/74/builds/2068).
Comment 2 Kenneth Russell 2022-07-29 18:34:02 PDT
Thanks Aakash.