Bug 239718

Summary: [build.webkit.org] Delete builddir key from config.json
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: jbedard, ryanhaddad, tsavell, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Aakash Jain 2022-04-25 06:54:34 PDT
custom builddir key in config.json in build.webkit.org configuration isn't really required. Buildbot automatically populate it based on builder name. We don't use this key in other buildbot instance. we can delete this.
Comment 1 Aakash Jain 2022-04-25 07:03:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/376
Comment 2 EWS 2022-04-25 07:13:06 PDT
Committed r293325 (249948@main): <https://commits.webkit.org/249948@main>

Reviewed commits have been landed. Closing PR #376 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-25 07:14:14 PDT
<rdar://problem/92266445>
Comment 4 Aakash Jain 2022-04-25 07:44:40 PDT
Jonathan restarted build.webkit.org to pick this up (along-with  https://commits.webkit.org/249946@main).

This seems to be working well. bots are using new build directory. Most of apple bots were also configured to automatically delete unused build directories, so old directories were automatically deleted. On other platform, we might want to delete the old build directories manually so as to free up that disk space.