Bug 247019
| Summary: | [EWS] Limit number of retries on trunk build failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | Tools / Tests | Assignee: | Lauro Moura <lmoura> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
Currently, there's no limit on retries if a job fails on the `CompileWebKitWithoutChanges()` step.
This may cause some jobs based on "bad" revisions to get stuck on the bots as the `CompileWebKitWithoutChange()` step would never succeed without some manual intervention like rebasing or cleanup of the bots.
Patch incoming.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/5771
Radar WebKit Bug Importer
<rdar://problem/101819892>
Lauro Moura
(In reply to Lauro Moura from comment #1)
> Pull request: https://github.com/WebKit/WebKit/pull/5771
I closed the PR, as actually the pull requests get rebased on each retry.
The original issue was related to a niche GLIB case that required full clean builds to recover if we moved back and forth between base revisions that included the fix.