Bug 239951 - [GitHub] Merging blocked keyword prevents other EWS from running
Summary: [GitHub] Merging blocked keyword prevents other EWS from running
Status: RESOLVED DUPLICATE of bug 240169
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: 239082
  Show dependency treegraph
 
Reported: 2022-05-01 20:43 PDT by Chris Dumez
Modified: 2022-05-06 08:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-05-01 20:43:59 PDT
Once one EWS bot fails, it adds the merging blocked keyword to the PR. Sadly, this keyword prevents other EWS bots from processing the PR which is a clear regression compared to the behavior of EWS on bugzilla.
Comment 1 Chris Dumez 2022-05-06 08:26:59 PDT

*** This bug has been marked as a duplicate of bug 240169 ***
Comment 2 Jonathan Bedard 2022-05-06 08:29:11 PDT
Some background: This was a design decision I made because I thought it's what cq- did. In fact, it's what r- does, and while merging-blocked sort of means r- in GitHub, it's a more obvious parallel to cq-. Couple this with the fact that engineers commonly use EWS to test known bad changes to see exactly where they are failing, stopping EWS when one EWS queue fails seems to be a bad idea.