Bug 239951

Summary: [GitHub] Merging blocked keyword prevents other EWS from running
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: aakash_jain, jbedard, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 239082    

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.