Closed
Bug 679809
Opened 14 years ago
Closed 14 years ago
move half of the win64 build slaves to the Try pool
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(2 files)
828 bytes,
patch
|
nthomas
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
3.88 KB,
patch
|
nthomas
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment on attachment 554202 [details] [diff] [review]
add win64 to the BuildSlaves.py file of the try masters
Lets be consistent and use a different secret variable for each platform. ie win64_try_build_password. r+ with that.
Attachment #554202 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 3•14 years ago
|
||
I was expecting it to be harder to make it work.
It run on my dev-master01 with:
buildbot sendchange --master dev-master01.build.mozilla.org:9040 --revision 037cdf751eff --branch try --username armenzg@mozilla.com --comments "try: -b do -p win64 -u none -t none" doit
and:
buildbot sendchange --master dev-master01.build.mozilla.org:9040 --revision 037cdf751eff --branch try --username armenzg@mozilla.com --comments "try: -b do -p all -u all -t none" doit
Attachment #554528 -
Flags: review?(nrthomas)
Assignee | ||
Updated•14 years ago
|
Attachment #554202 -
Flags: checked-in+
Updated•14 years ago
|
Attachment #554528 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 4•14 years ago
|
||
I have selected slaves 25 to 43 to become try slaves (41 is to be sent to iX).
The ratio will be 20 vs 18 after realizing that using pushes % as the measuring stick for load on try is incorrect (not all try pushes trigger windows builds).
The slaves have been disabled and change to match the following slavealloc values:
* Trustlevel: try
* Pool: try-scl1
rmdir /S /Q .ssh
scp.exe cltbld@staging-master.build.mozilla.org:~/w32-try-keys.zip .
C:\mozilla-build\7zip\7z.exe x w32-try-keys.zip
del w32-try-keys.zip
del .ssh\.7z
REM Testing - it should not ask you for authentication
set HOME=C:\Users\cltbld
ssh.exe -i .ssh/trybld_dsa trybld@stage.mozilla.org hostname
rmdir /S /Q E:\builds\moz2_slave
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 554528 [details] [diff] [review]
enable win64 for try
Landed on default: 9ca9711e01e5
I also added since it has been missed in other patches:
+del BRANCHES['mozilla-release']['platforms']['win64']
I will do a reconfig in the morning and reboot the machines so they can connect to the try masters.
Attachment #554528 -
Flags: checked-in+
Assignee | ||
Comment 6•14 years ago
|
||
I have rebooted all the win64 try slaves into the pool and have been taking jobs since early this morning.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
landed with 2011-09-06 reconfig
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•