Bug 240758
Summary: | EWS builders can get stuck in infinite loop when PR is targetting non-default branch | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aakash_jain, jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Aakash Jain
EWS builders can get stuck in infinite loop when PR is targeting non-default branch. e.g.: https://github.com/WebKit/WebKit/pull/745#issuecomment-1133668141, https://ews-build.webkit.org/#/builders/64/builds/19189
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94075876>
Ryan Haddad
We addressed the "compile-without-patch" case in https://bugs.webkit.org/show_bug.cgi?id=246147 by giving up on retries, but we can still hit this if tests exit early with failures during the clean tree run.
Aakash Jain
*** This bug has been marked as a duplicate of bug 246147 ***
Aakash Jain
Yeah. Marked this one as duplicate of Bug 246147.
Infinite retry loop in case of tests exiting early is tracked by https://bugs.webkit.org/show_bug.cgi?id=246518