Closed
Bug 669955
Opened 14 years ago
Closed 14 years ago
deploy buildbot-0.8.4-pre-moz2 to posix buildslaves
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Attachments
(2 files)
|
2.26 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
|
1.04 KB,
patch
|
catlee
:
review+
dustin
:
checked-in+
|
Details | Diff | Splinter Review |
This contains:
Bug 665254: fix idle reboots with old masters or disconnected masters; r=catlee
Bug 650004: Buildslave should not exit on UnauthorizedLogin; r=catlee
| Assignee | ||
Comment 1•14 years ago
|
||
It looks like I tagged the wrong version with SLAVE_0_8_4_PRE_MOZ1. I'll fix that. The correct hashes are
SLAVE_0_8_4_PRE_MOZ1 151:0b3e92109b06
SLAVE_0_8_4_PRE_MOZ2 216:75946445469e
I'm following the instructions here:
+# To add a new version of buildbot:
+#
+# - establish the desired version of the buildbot source, on the 'slaves'
+# branch of build/buildbot
+# - tag it with SLAVE_X_Y_Z_MOZN as appropriate
+# - add slave/buildslave/VERSION containing the lower-case form, e.g.,
+# 3.4.1-moz3. similarly for master/buildslave/VERSION
+# - run 'setup.py sdist' in the slave/ directory and in the master/ directory
+# - copy the resulting {master,slave}/dist/buildbot-*.tar.gz into the
+# python-packages directory (see modules/python/manifests/virtualenv.pp).
+# - add a new case below setting any relevant variables for the install.
| Assignee | ||
Comment 2•14 years ago
|
||
I pushed the tags:
changeset: 221:7ed5b5e17340
branch: slaves
tag: tip
parent: 144:09249a3da559
user: Dustin J. Mitchell <dustin@mozilla.com>
date: Thu Jul 07 13:59:18 2011 -0500
summary: Added tag SLAVE_0_8_4_PRE_MOZ1 for changeset 0b3e92109b06
changeset: 220:879acf1bc0f0
branch: slaves
parent: 216:75946445469e
user: Dustin J. Mitchell <dustin@mozilla.com>
date: Thu Jul 07 13:23:58 2011 -0500
summary: Added tag SLAVE_0_8_4_PRE_MOZ2 for changeset 75946445469e
| Assignee | ||
Comment 3•14 years ago
|
||
This installs -moz2 on staging slaves, leaving -moz1 on production. If it works, I'll post a new patch to make production run -moz2 as well.
Attachment #544606 -
Flags: review?(catlee)
Comment 4•14 years ago
|
||
Comment on attachment 544606 [details] [diff] [review]
m669955-puppet-manifests-p1-r1.patch
should the old version be deleted?
Attachment #544606 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Not yet - I want to allow a fallback. We can probably get rid of 0.8.0 at this point though.
| Assignee | ||
Comment 6•14 years ago
|
||
Hm, the buildbot and buildbot-slave packages I had in /N/staging were both built from the wrong branch, and as such did not have buildbot.slave.bot or buildslave.idleizer. I blame hg.
I rebuilt them and things work fine. For the record, the rebuild was from 75946445469e (which the original build should have been from).
| Assignee | ||
Comment 7•14 years ago
|
||
enable -moz2 on the remaining POSIX buildslaves.
Attachment #548252 -
Flags: review?(catlee)
Comment 8•14 years ago
|
||
Comment on attachment 548252 [details] [diff] [review]
m669955-puppet-manifests-p2-r1.patch
Review of attachment 548252 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #548252 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 548252 [details] [diff] [review]
m669955-puppet-manifests-p2-r1.patch
landing on puppet masters now
Attachment #548252 -
Flags: checked-in+
| Assignee | ||
Comment 10•14 years ago
|
||
This seems not to have caused any great discomfort.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•