Bug 222600 - [build.webkit.org] Rename master_buildbot2.cfg to master.cfg
Summary: [build.webkit.org] Rename master_buildbot2.cfg to master.cfg
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: 2021-03-02 08:21 PST by Aakash Jain
Modified: 2021-05-12 07:09 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.62 KB, patch)
2021-05-07 14:04 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff
[fast-cq] Patch (7.16 KB, patch)
2021-05-07 14:26 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2021-03-02 08:21:26 PST
master_buildbot2.cfg was created for buildbot 2 instance (see https://bugs.webkit.org/show_bug.cgi?id=218102#c0), as at that time master.cfg was used for old buildbot. Now that we have fully switched to new buildbot, and have deleted master.cfg for old buildbot, we should rename master_buildbot2.cfg to master.cfg
Comment 1 Radar WebKit Bug Importer 2021-03-09 08:22:15 PST
<rdar://problem/75218344>
Comment 2 Aakash Jain 2021-05-07 14:04:10 PDT Comment hidden (obsolete)
Comment 3 Aakash Jain 2021-05-07 14:26:00 PDT
Created attachment 428035 [details]
[fast-cq] Patch
Comment 4 Darin Adler 2021-05-08 21:08:20 PDT
Comment on attachment 428035 [details]
[fast-cq] Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=428035&action=review

> Tools/ChangeLog:3
> +        [build.webkit.org] Rename master_buildbot2.cfg to master.cfg

Seems fine, but you don’t say *why*
Comment 5 Aakash Jain 2021-05-10 08:36:15 PDT
(In reply to Darin Adler from comment #4)
> Seems fine, but you don’t say *why*
Simply because that's the default name used by buildbot (e.g.: https://github.com/buildbot/buildbot/blob/master/master/buildbot/master.py#L88), and for consistency with our other buildbot configurations (they also use master.cfg file name).
Comment 6 EWS 2021-05-10 11:10:59 PDT
Committed r277275 (237542@main): <https://commits.webkit.org/237542@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 428035 [details].
Comment 7 Darin Adler 2021-05-10 12:18:08 PDT
(In reply to Aakash Jain from comment #5)
> (In reply to Darin Adler from comment #4)
> > Seems fine, but you don’t say *why*
> Simply because that's the default name used by buildbot (e.g.:
> https://github.com/buildbot/buildbot/blob/master/master/buildbot/master.
> py#L88), and for consistency with our other buildbot configurations (they
> also use master.cfg file name).

We should say such things in change logs. The most important question to answer in any change log is "why".
Comment 8 Aakash Jain 2021-05-12 07:09:17 PDT
(In reply to Darin Adler from comment #7)
> We should say such things in change logs. The most important question to answer in any change log is "why".
ok. Will keep that in mind in future.