Closed
Bug 413072
Opened 18 years ago
Closed 18 years ago
use categories to separate nightly and release automation builders
Categories
(Release Engineering :: General, enhancement, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
Attachments
(2 files)
|
1.55 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
|
3.12 KB,
patch
|
Details | Diff | Splinter Review |
We should use categories to separate the buildbot waterfall for release automation and nightlies. This would let us give access to the waterfall to developers, without people getting confused about which builder does what.
| Assignee | ||
Comment 1•18 years ago
|
||
Attachment #297910 -
Flags: review?(bhearsum)
| Assignee | ||
Updated•18 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Comment 2•18 years ago
|
||
Comment on attachment 297910 [details] [diff] [review]
have a nightly waterfall and and "everything else" waterfall
>Index: staging/master.cfg
>===================================================================
>+ 'category': 'nightly',
>+ 'category': 'nightly',
>+ 'category': 'nightly',
>
>+c['status'].append(
>+ html.Waterfall(http_port=8811, css='./mozilla.css', categories = ['firefox'])
>+)
categories=['nightly'], to match what category the dep builders are in.
r=bhearsum with that change.
Attachment #297910 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
Sorry, forgot to include 1.9 staging in original patch :(
You can see that it's the same exact change in either case, though.
Checking in staging/master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/automation/staging/master.cfg,v <-- master.cfg
new revision: 1.19; previous revision: 1.18
done
Checking in staging-1.9/master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/automation/staging-1.9/master.cfg,v <-- master.cfg
new revision: 1.16; previous revision: 1.15
done
| Assignee | ||
Comment 4•18 years ago
|
||
Since we don't have nightly builders in production yet, I'm going to close this and assume we'll move the categories over when we move the new builders.
Status: ASSIGNED → RESOLVED
Closed: 18 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
•