Bug 243353 - Merge-queue failed for Github PR 1897
Summary: Merge-queue failed for Github PR 1897
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-29 14:20 PDT by Kenneth Russell
Modified: 2022-07-29 18:34 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.