Closed Bug 847932 Opened 12 years ago Closed 12 years ago

Create 8 buildbot masters in ec2

Categories

(Release Engineering :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: rail)

References

Details

Attachments

(9 files)

Let's create 8 new buildbot masters, these ones will be in EC2. 2 build 4 test 2 try split evenly between us-east-1 and us-west-2.
Assignee: nobody → rail
Add 4 linux tests slaves, disabled. Copy of bm17.
Attachment #723931 - Flags: review?(catlee)
* use domains from configs * add master instance configs
Attachment #723961 - Flags: review?(catlee)
Attachment #723961 - Flags: review?(catlee) → review+
Attachment #723931 - Flags: review?(catlee) → review+
Attachment #723961 - Flags: checked-in+
* added masters * added node patters for the new domains
Attachment #724044 - Flags: review?(catlee)
Comment on attachment 724044 [details] [diff] [review] [puppet] add bm5{1..4} Review of attachment 724044 [details] [diff] [review]: ----------------------------------------------------------------- indentation looks a bit weird for the master nodes. can you fix that up when you land?
Attachment #724044 - Flags: review?(catlee) → review+
Comment on attachment 724044 [details] [diff] [review] [puppet] add bm5{1..4} http://hg.mozilla.org/build/puppet/rev/4f3a37df2fc7 with indentation fixed
Attachment #724044 - Flags: checked-in+
To be done: * add to slavealloc * create instance_data.json * create a tarball with needed ssh keys * create and assimilate instances (and probably fix the issues) * https://wiki.mozilla.org/ReleaseEngineering/Master_Setup#IT-related_things * https://wiki.mozilla.org/ReleaseEngineering/Master_Setup#Final_Verification * attach a couple of slaves to test * enable in production-master.json and slavealloc
forgot about "releng"
Attachment #726162 - Flags: review?(catlee)
Attachment #726162 - Flags: review?(catlee) → review+
Depends on: 852147
Depends on: 855740
Depends on: 855742
I added the masters to inventory.
No more blocked by bug 803823
No longer depends on: 803823
Blocks: 835360
Attached patch enable mastersSplinter Review
... to make sure that they get reconfigs. They are still disabled in slavealloc though.
Attachment #734748 - Flags: review?(catlee)
Attachment #734770 - Flags: review?(catlee)
Attachment #734776 - Flags: review?(catlee)
Attachment #734748 - Flags: review?(catlee) → review+
Attachment #734770 - Flags: review?(catlee) → review+
Attachment #734776 - Flags: review?(catlee) → review+
Blocks: 859509
Depends on: 859524
I disabled the last 4 masters in production-masters.json: http://hg.mozilla.org/build/tools/rev/59ebd84c147b
(In reply to Rail Aliiev [:rail] from comment #20) > I disabled the last 4 masters in production-masters.json: > http://hg.mozilla.org/build/tools/rev/59ebd84c147b Backout in http://hg.mozilla.org/build/tools/rev/d3179ae8a2a4 - DNS is up and running!
Depends on: 859799
The tests masters are in production now. I moved the slaves: select * from pools where name = 'tests-aws-us-east-1-linux'; -- returns 47 select * from pools where name = 'tests-aws-us-west-2-linux'; -- returns 49 select count(*) from slaves where name like 'tst-linux%-ec2-0%' or name like 'tst-linux%-ec2-1%'; -- 298 (use1 select count(*) from slaves where name like 'tst-linux%-ec2-3%' or name like 'tst-linux%-ec2-4%'; -- 300 (usw2) update slaves set poolid=47 where name like 'tst-linux%-ec2-0%' or name like 'tst-linux%-ec2-1%'; update slaves set locked_masterid=NULL where name like 'tst-linux%-ec2-0%' or name like 'tst-linux%-ec2-1%'; update slaves set notes=NULL where name like 'tst-linux%-ec2-0%' or name like 'tst-linux%-ec2-1%';; update slaves set poolid=49 where name like 'tst-linux%-ec2-3%' or name like 'tst-linux%-ec2-4%'; update slaves set locked_masterid=NULL where name like 'tst-linux%-ec2-3%' or name like 'tst-linux%-ec2-4%'; update slaves set notes=NULL where name like 'tst-linux%-ec2-3%' or name like 'tst-linux%-ec2-4%';
2 build and 2 try masters are in production as well. Victory!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Depends on: 861692
Product: mozilla.org → Release Engineering
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: