Closed
Bug 551312
Opened 15 years ago
Closed 15 years ago
get mobile-master ready for QT and allow browser_wait to be specified in config.py
Categories
(Release Engineering :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: jhford)
References
Details
Attachments
(2 files, 2 obsolete files)
1.36 KB,
patch
|
mozilla
:
review+
jhford
:
checked-in+
|
Details | Diff | Splinter Review |
39.80 KB,
patch
|
mozilla
:
review+
jhford
:
checked-in+
|
Details | Diff | Splinter Review |
we are currently using a hardcode of 7 as the browser wait, this is going to make things ugly when we put the N810s on the new master.
This bug is to track the addition of the platform browser_wait option in to defaults.py, read it in master.cfg and set it up properly in mobiletestfactoryrw.py
Assignee | ||
Updated•15 years ago
|
Priority: -- → P5
Assignee | ||
Comment 1•15 years ago
|
||
still need to test the buildbot-configs patch that makes this useful
Attachment #436721 -
Flags: review?(aki)
Comment 2•15 years ago
|
||
Comment on attachment 436721 [details] [diff] [review]
buildbotcustom patch
Something tells me you just switched editors again, and it wasn't a good choice. Please attach a good patch.
Attachment #436721 -
Flags: review?(aki) → review-
Assignee | ||
Comment 3•15 years ago
|
||
no, that was done with vim and hg (admittedly on windows). I have no clue what went wrong with the patch as I can read it in windows. New patch coming up.
Assignee | ||
Comment 4•15 years ago
|
||
I have opened this and the last patch many times without issue using Vim. I have no clue what is going on here, but I am going to stop using windows for any development after this.
Attachment #436721 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Attachment #436764 -
Flags: review?(aki)
Updated•15 years ago
|
Attachment #436764 -
Flags: review?(aki) → review+
Assignee | ||
Comment 5•15 years ago
|
||
this patch combines the staging and production defaults.py and master.cfg files. In order to distinguish whether a master is using the production or staging configs we should create a symlink from the appropriate file to config.py
I don't know if there should be a seperate defaults.py file for each environment. As staging should match production, I am inclined not to have this duplication.
Assignee | ||
Comment 6•15 years ago
|
||
Morphing this bug to also cover setting up QT test runs.
Summary: allow browser_wait to be specified in config.py → get mobile-master ready for QT and allow browser_wait to be specified in config.py
Assignee | ||
Comment 7•15 years ago
|
||
Comment on attachment 436778 [details] [diff] [review]
buildbot-configs patch v1
this patch does:
-delete mobile-rw-staging
-merge master.cfg and put environment specific settings into config-*.py
-split config.py to be config-staging.py and config.py
Attachment #436778 -
Flags: review?(aki)
Comment 8•15 years ago
|
||
Comment on attachment 436778 [details] [diff] [review]
buildbot-configs patch v1
Just the staging-mobile-master in the email in the mailnotifier... should be a cinch to put in the MASTER dictionary.
Also -- one thing I noticed with the debsign/ dir is that this is a harder layout to checkconfig. If you could whip up something like test-masters.sh to test configs without a bunch of manual softlinking, that would rock.
Attachment #436778 -
Flags: review?(aki) → review-
Assignee | ||
Comment 9•15 years ago
|
||
corrected email issue and added test-masters.sh
Attachment #436778 -
Attachment is obsolete: true
Attachment #436815 -
Flags: review?(aki)
Comment 10•15 years ago
|
||
Comment on attachment 436815 [details] [diff] [review]
buildbot-configs patch v2
remove the $CHKCONFSUFFIX references.
Attachment #436815 -
Flags: review?(aki) → review+
Assignee | ||
Comment 11•15 years ago
|
||
Comment on attachment 436815 [details] [diff] [review]
buildbot-configs patch v2
http://hg.mozilla.org/build/buildbot-configs/rev/2b1939358bce
Attachment #436815 -
Flags: checked-in+
Assignee | ||
Comment 12•15 years ago
|
||
Comment on attachment 436764 [details] [diff] [review]
buildbotcustom patch v2
http://hg.mozilla.org/build/buildbotcustom/rev/bdebbdf1e60d
Attachment #436764 -
Flags: checked-in+
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 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
•