Closed
Bug 433862
Opened 17 years ago
Closed 17 years ago
talos not testing mozilla-central or actionmonkey nightly builds
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: anodelman)
References
Details
Attachments
(1 file)
|
2.03 KB,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
Nightly builds for mozilla-central and actionmonkey report as separate columns on the Tinderbox page, thus the TinderboxPoller in missing them. I think we can solve this in one of two ways:
1) Add an additional TinderboxPoller per platform + branch (6 total) that watch only the nightly columns
2) Make TinderboxPoller capable of watching multiple builders at the same time.
Comment 1•17 years ago
|
||
Ugh... if the clobber support isn't hard, could we switch "back" to a single build that does depend or clobber?
| Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> Ugh... if the clobber support isn't hard, could we switch "back" to a single
> build that does depend or clobber?
>
Honestly, that's going to take some time. Either of the two options above are easy stop-gap solutions.
| Reporter | ||
Updated•17 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → anodelman
Priority: P3 → P2
| Assignee | ||
Comment 4•17 years ago
|
||
Looking over the master.cfg, we already have the code in place to correctly pull win/linux actionmonkey builds (once they become available - they are currently burning). There is a problem with the mac set up as it is currently watching for moz-central columns instead of actionmonkey. Oops.
That would explain why mac talos actionmonkey machines have long ago fallen off the waterfall.
Attachment #325335 -
Flags: review?(bhearsum)
| Reporter | ||
Comment 5•17 years ago
|
||
Comment on attachment 325335 [details] [diff] [review]
pull from correct columns for mac actionmonkey builds/nightlies
Yeah, this is pretty important!
Attachment #325335 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Checking in master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/testing/talos/perfmaster/master.cfg,v <-- master.cfg
new revision: 1.71; previous revision: 1.70
done
| Assignee | ||
Comment 7•17 years ago
|
||
Now pulling builds correctly - should auto pick up nightlies once they become available.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
QA Contact: build → release
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
•