Closed
Bug 428308
Opened 17 years ago
Closed 17 years ago
upgrade try server to buildbot 0.7.7
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
(Whiteboard: [upgrading on monday])
Attachments
(1 file)
24.77 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
We can use the try server as a test bed for the Buildbot 0.7.7 upgrade.
Assignee | ||
Updated•17 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•17 years ago
|
||
I'm going to roll out Buildbot 0.7.7 on the staging try server today.
Assignee | ||
Comment 2•17 years ago
|
||
So far this is going quite well. Buildbot now works OOB with Twisted 2.5/Python 2.5 on Windows - which means we don't need a separate Python for it.
Assignee | ||
Comment 3•17 years ago
|
||
This patch has a bunch of things in it:
Deprecation related changes:
* Use c['slaves'] instead of c['bots']
* Use WebStatus instead of Waterfall
* Use c['change_source'] instead of c['sources']
* Remove waterfall.css (because that's read in from $buildmasterdir/public_html now.
Other changes:
* Switch to the BuildSlaves.py auth file (like Mozilla2 and Mobile use) to keep passwords out of CVS
* Remove buildbot/ subdirectory. This was used to override Buildbot's status plugin behaviour when a build is queued. We haven't been using it for quite awhile - no reason to keep it any longer
Attachment #315590 -
Flags: review?(robert)
Updated•17 years ago
|
Attachment #315590 -
Flags: review?(robert) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Downtime is scheduled for Monday, April 21st.
Whiteboard: [upgrading on monday]
Assignee | ||
Comment 5•17 years ago
|
||
Comment on attachment 315590 [details] [diff] [review]
[checked in] tryserver changes for Buildbot 0.7.7
Checking in master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/tryserver/master.cfg,v <-- master.cfg
new revision: 1.14; previous revision: 1.13
done
Removing waterfall.css;
/cvsroot/mozilla/tools/buildbot-configs/tryserver/waterfall.css,v <-- waterfall.css
new revision: delete; previous revision: 1.1
done
Removing buildbot/__init__.py;
/cvsroot/mozilla/tools/buildbot-configs/tryserver/buildbot/__init__.py,v <-- __init__.py
new revision: delete; previous revision: 1.1
done
Removing buildbot/process/__init__.py;
/cvsroot/mozilla/tools/buildbot-configs/tryserver/buildbot/process/__init__.py,v <-- __init__.py
new revision: delete; previous revision: 1.1
done
Removing buildbot/process/base.py;
/cvsroot/mozilla/tools/buildbot-configs/tryserver/buildbot/process/base.py,v <-- base.py
new revision: delete; previous revision: 1.1
done
Attachment #315590 -
Attachment description: tryserver changes for Buildbot 0.7.7 → [checked in] tryserver changes for Buildbot 0.7.7
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•