Closed
Bug 431530
Opened 17 years ago
Closed 16 years ago
add periodic scheduler to mozilla2 unittest master
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rcampbell, Assigned: rcampbell)
References
Details
Attachments
(1 file, 1 obsolete file)
812 bytes,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
Currently mozilla-central isn't getting many checkins. The builder machines are falling off the tinderbox display after 12 hours as a result. We should add a periodic scheduler to run a build every 9 hours, preferably only if there hasn't been a build in that time.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → rcampbell
Priority: -- → P2
Assignee | ||
Comment 1•17 years ago
|
||
adding a 6 hour Periodic scheduler to unittest master. Also checking and adding --enable-optimize to be consistent with moz2 builders.
Attachment #321756 -
Flags: review?(bhearsum)
Comment 2•17 years ago
|
||
Comment on attachment 321756 [details] [diff] [review]
periodic scheduler patch
>diff -r 82a0f200ec30 mozilla2-unittest/master.cfg
>+c['schedulers'].append(Periodic(name="mozilla-central",
>+ branch="mozilla-central",
>+ periodicBuildTimer=60*60*6, # six hours
>+ treeStableTimer=5*60,
This isn't a valid parameter for Periodic. Looks fine otherwise. r=bhearsum with that change.
Attachment #321756 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•17 years ago
|
||
checked-in and running.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•16 years ago
|
||
reducing period to 3 hours
Attachment #321756 -
Attachment is obsolete: true
Attachment #322659 -
Flags: review?(bhearsum)
Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•16 years ago
|
Attachment #322659 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 5•16 years ago
|
||
Comment on attachment 322659 [details] [diff] [review]
[pushed] periodic scheduler 3 hour patch
changeset: 90:24a56923c5d7
tag: tip
user: Rob Campbell <rcampbell@mozilla.com>
date: Wed May 28 09:45:13 2008 -0300
Attachment #322659 -
Attachment description: periodic scheduler 3 hour patch → [pushed] periodic scheduler 3 hour patch
Assignee | ||
Comment 6•16 years ago
|
||
added to master, running now.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 16 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
•