Closed
Bug 679589
Opened 14 years ago
Closed 14 years ago
kill staging/preproduction tinderbox mail
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
(Whiteboard: [tryserver][automation])
Attachments
(6 files)
8.89 KB,
text/plain
|
Details | |
5.92 KB,
text/plain
|
Details | |
5.77 KB,
patch
|
jhford
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
8.52 KB,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
8.43 KB,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
2.21 MB,
patch
|
Details | Diff | Splinter Review |
This should help a bit. See bug 679448 as well as the attachment.
We shunt non-existent tree mail to a bad directory, but that's still something the server has to deal with.
Assignee | ||
Comment 1•14 years ago
|
||
Let's kill:
* MobileTest (n900 and tegra staging)
* MozillaTest ?
* MozillaStaging*
* Releng-Preproduction-* (and Releng-Preproduction itself?)
Assignee | ||
Comment 2•14 years ago
|
||
Corrected pastebin.
However, the bad directory means we're sending a ton of mail for tinderbox trees that don't even exist. Cutting back on that can only help. Not sure how much.
Assignee | ||
Comment 3•14 years ago
|
||
Hm, I was going to try to add a flag that defaulted to 'off' in generateBranchObjects and generateTalosBranchObjects, but there's no separation in the master.cfg's between staging and production, so that's not great.
I may have to bite the bullet and just add disable_tinderbox_mail = True to all branches in staging_config.py and preproduction_config.py. Also in mozilla-tests.
Also, I'm tempted to kill all n900 tinderbox email. Certainly turning off Tracemonkey for the n900s is a good thing.
Assignee | ||
Comment 4•14 years ago
|
||
Hm, I bet removing the MobileFtpPoller idleTimeout will help.
As well as turning off old n900 branches.
http://hg.mozilla.org/build/buildbot-configs/file/9a3ddeda3450/mobile/master.cfg#l75
Assignee | ||
Comment 5•14 years ago
|
||
* turn off old n900 branches
* turn off idle timeout in ftp poller
* I shut down staging-mobile-master:8010; we can turn it back on if/when we need to test something.
Attachment #553695 -
Flags: review?(jhford)
Assignee | ||
Comment 6•14 years ago
|
||
Assignee | ||
Comment 7•14 years ago
|
||
Assignee | ||
Comment 8•14 years ago
|
||
1023$ grep tree ~/Desktop/dump.diff| sort | uniq
- 'tree': 'MobileTest',
- 'tree': 'MozillaStaging',
- 'tree': 'MozillaTest',
- 'tree': 'MozillaTest-Release',
- 'tree': 'Releng-Preproduction',
- 'tree': <buildbot.process.properties.WithProperties>,
Assignee | ||
Updated•14 years ago
|
Attachment #553706 -
Flags: review?(rail)
Assignee | ||
Updated•14 years ago
|
Attachment #553711 -
Flags: review?(rail)
Updated•14 years ago
|
Attachment #553706 -
Flags: review?(rail) → review+
Updated•14 years ago
|
Attachment #553711 -
Flags: review?(rail) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 553711 [details] [diff] [review]
tinderbox mail throttle for staging (buildbot-configs)
http://hg.mozilla.org/build/buildbot-configs/rev/2ff00fecb1f2
Attachment #553711 -
Flags: checked-in+
Assignee | ||
Comment 10•14 years ago
|
||
Comment on attachment 553706 [details] [diff] [review]
tinderbox mail throttle for projects, releases (buildbotcustom)
http://hg.mozilla.org/build/buildbotcustom/rev/8a2a53657870
Attachment #553706 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Flags: needs-reconfig?
Updated•14 years ago
|
Attachment #553695 -
Flags: review?(jhford) → review+
Assignee | ||
Comment 11•14 years ago
|
||
Comment on attachment 553695 [details] [diff] [review]
turn off old n900 branches
http://hg.mozilla.org/build/buildbot-configs/rev/fe9c97c28485
Attachment #553695 -
Flags: checked-in+
Assignee | ||
Comment 12•14 years ago
|
||
pmm reconfiged, but I have the sneaking suspicion that the idletimeout in MobileFtpPoller will require a restart.
Still, killing 3 old branches is a start.
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: needs-reconfig?
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
•