Summary: | [ews-build] Don't run clean builds on EWS builders | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> | ||||
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | aakash_jain, ap, commit-queue, dewei_zhu, ggaren, jbedard, kocsen_chung, lforschler, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | Other | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=196897 | ||||||
Attachments: |
|
Description
Aakash Jain
2019-03-16 08:48:25 PDT
Created attachment 364932 [details]
Patch
Comment on attachment 364932 [details]
Patch
r=me
Comment on attachment 364932 [details] Patch Clearing flags on attachment: 364932 Committed r243050: <https://trac.webkit.org/changeset/243050> All reviewed patches have been landed. Closing bug. Question about this change: What happens if we need a clean build for some reason? Is there a mechanism to, for example, force a clean build if the build fails? (In reply to Jonathan Bedard from comment #6) > Question about this change: What happens if we need a clean build for some > reason? Is there a mechanism to, for example, force a clean build if the > build fails? Discussed this on IRC with Aakash. Turns out, the code which cleans up after a patch fails to build removes the build directory. So we shouldn't need to do anything special to handle this case. |