Bug 239718 - [build.webkit.org] Delete builddir key from config.json
Summary: [build.webkit.org] Delete builddir key from config.json
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-25 06:54 PDT by Aakash Jain
Modified: 2022-04-25 07:44 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.