Closed
Bug 693771
Opened 14 years ago
Closed 13 years ago
add rev4 10.7 test machines to buildbot configs
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: jhford)
References
Details
Attachments
(4 files, 3 obsolete files)
we need these machines to be in our mozilla-tests configs
Assignee | ||
Comment 1•14 years ago
|
||
Thoughts? I am not sure about the jetpack stuff.
Assignee | ||
Comment 2•14 years ago
|
||
corresponding buildbotcustom patch
Attachment #566401 -
Flags: feedback?(armenzg)
Assignee | ||
Comment 3•14 years ago
|
||
I am not sure how jetpack tests work. does this look at all valid?
Attachment #566403 -
Flags: feedback?(lsblakk)
Assignee | ||
Updated•14 years ago
|
Attachment #566403 -
Attachment is patch: true
Comment 4•14 years ago
|
||
Comment on attachment 566403 [details] [diff] [review]
tools v1
yes, this looks right but also add "$1" == 'snowleopard-r4' as well
Attachment #566403 -
Flags: feedback?(lsblakk) → feedback+
Assignee | ||
Comment 5•14 years ago
|
||
ok! sounds good. Any reason that this can't land before the master side logic?
Comment 6•14 years ago
|
||
Comment on attachment 566400 [details] [diff] [review]
buildbot-configs v1
This seems like the right start. I would not worry about jetpack.
Attachment #566400 -
Flags: feedback?(armenzg) → feedback+
Comment 7•14 years ago
|
||
Comment on attachment 566401 [details] [diff] [review]
buildbotcustom v1
Good as well.
Attachment #566401 -
Flags: feedback?(armenzg) → feedback+
Assignee | ||
Comment 8•13 years ago
|
||
add lion and snowleopard-r4
Attachment #566403 -
Attachment is obsolete: true
Attachment #570860 -
Flags: review?(lsblakk)
Updated•13 years ago
|
Attachment #570860 -
Flags: review?(lsblakk) → review+
Assignee | ||
Comment 9•13 years ago
|
||
Also, lets correct the snowleopard-r4 slave lists
Attachment #566400 -
Attachment is obsolete: true
Attachment #571139 -
Flags: review?(armenzg)
Assignee | ||
Comment 10•13 years ago
|
||
same as before, but lets clear out the saved application state files
Attachment #566401 -
Attachment is obsolete: true
Attachment #571140 -
Flags: review?(armenzg)
Updated•13 years ago
|
Attachment #571139 -
Flags: review?(armenzg) → review+
Updated•13 years ago
|
Attachment #571140 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 11•13 years ago
|
||
Found some more things that need to be updated for lion.
Attachment #571392 -
Flags: review?(lsblakk)
Comment 12•13 years ago
|
||
Comment on attachment 571392 [details] [diff] [review]
tools part 2
lgtm
Attachment #571392 -
Flags: review?(lsblakk) → review+
Assignee | ||
Comment 13•13 years ago
|
||
When this is reconfiged, the following things should be done (in order):
1) On slavealloc, run:
update slaves set enabled = 1 where name like 'talos-r4-lion-%';
2) for i in `python -c "print '\n'.join(['talos-r4-lion-%03d.build.scl1.mozilla.com' % x for x in range(1,81)])"`; do echo $i $(ssh -o ConnectTimeout=2 $i sudo reboot) ; done
Comment 14•13 years ago
|
||
This went live at 8:45 AM PDT.
Assignee | ||
Comment 15•13 years ago
|
||
work required in comment 13 has been run. Machines are accepting jobs!
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Summary: add rev4 10.7 builders to buildbot configs → add rev4 10.7 test machines to buildbot configs
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
•