Closed
Bug 855056
Opened 12 years ago
Closed 12 years ago
Disable Win64 by default on try and update trychooser
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.34 KB,
patch
|
sfink
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
I have tried testing this patch locally without any luck.
I'm using this:
buildbot sendchange --master localhost:9101 --revision default --branch try --username armenzg --comments "try: -b do -p all -u none -t none" doit
To setup the master:
./setup-master.py master bm31-try1
To avoid setting up a mail server:
--- a/mozilla/production_config.py
+++ b/mozilla/production_config.py
@@ -142,6 +142,6 @@ BRANCHES = {
'download_base_url': 'http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds',
'mobile_download_base_url': 'http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds',
- 'enable_mail_notifier': True,
- 'notify_real_author': True,
+ 'enable_mail_notifier': False,
+ 'notify_real_author': False,
'package_url': 'http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds',
'talos_masters': [],
Comment 1•12 years ago
|
||
My main test is to dump out all the try schedulers, find the prettyNames for what you're interested in, and make sure that the values you're interested in contain the substring "try-nondefault". If I do that with your patch, it looks good for the regular 'try' branch, but it doesn't get the 'try-comm-central' win64; did you want that too?
| Assignee | ||
Updated•12 years ago
|
OS: Mac OS X → Windows Server 2008
Hardware: x86 → x86_64
| Assignee | ||
Updated•12 years ago
|
Summary: Disable Win64 by default on try → Disable Win64 by default on try and update trychooser
| Assignee | ||
Comment 2•12 years ago
|
||
I've posted a patch that adjusted the build and try sides:
https://bugzilla.mozilla.org/attachment.cgi?id=730681&action=edit
I decided to move the try part of it to it. That way more people can see where it got done.
Attachment #729788 -
Attachment is obsolete: true
Attachment #730686 -
Flags: review?(sphink)
| Assignee | ||
Updated•12 years ago
|
Priority: -- → P2
Updated•12 years ago
|
Attachment #730686 -
Flags: review?(sphink) → review+
| Assignee | ||
Updated•12 years ago
|
Attachment #730686 -
Flags: checked-in+
| Assignee | ||
Comment 3•12 years ago
|
||
win64 builds can be triggered with: "try: -b o -p win64 -u none -t none"
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•