Closed
Bug 1014914
Opened 11 years ago
Closed 11 years ago
Make it easier to run b2g_desktop_automation.py
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file, 1 obsolete file)
2.69 KB,
patch
|
mozilla
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
I created a _dev.py file that is closer to production.
I should be able to run this [2] on my machine.
I've filed bug 1003927 to allow developers to grab files from tooltool. I'm lucky that I have MozillaVPN access (I think).
Any suggestions on how to reach self._read_tree_config() without having to go through the action --no-download-and-extract? [1]
[1] http://hg.mozilla.org/build/mozharness/file/default/mozharness/mozilla/testing/testbase.py#l309
[2] python scripts/scripts/b2g_desktop_unittest.py --cfg b2g/desktop_automation_config_dev.py \
--test-suite mochitest --this-chunk 1 --total-chunks 1 \
--blob-upload-branch mozilla-inbound --download-symbols ondemand \
--no-read-buildbot-config \
--installer-url http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-inbound-linux32_gecko/1400225075/en-US/b2g-32.0a1.en-US.linux-i686.tar.bz2 \
--test-url http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-inbound-linux32_gecko/1400225075/en-US/b2g-32.0a1.en-US.linux-i686.tests.zip \
--log-level=debug
Assignee | ||
Comment 1•11 years ago
|
||
It works!
Run like this:
python scripts/scripts/b2g_desktop_unittest.py --cfg b2g/desktop_automation_config.py \
--cfg b2g/desktop_automation_config_dev.py --test-suite mochitest --this-chunk 1 \
--total-chunks 1 --blob-upload-branch mozilla-inbound --download-symbols ondemand \
--installer-url http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-inbound-linux64_gecko/1400225075/b2g-32.0a1.multi.linux-x86_64.tar.bz2 \
--test-url http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-inbound-linux64_gecko/1400225075/b2g-32.0a1.multi.linux-x86_64.tests.zip
Attachment #8427347 -
Attachment is obsolete: true
Attachment #8429327 -
Flags: review?(aki)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → armenzg
Updated•11 years ago
|
Attachment #8429327 -
Flags: review?(aki) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8429327 [details] [diff] [review]
b2g_desktop_dev_configs.diff
https://hg.mozilla.org/build/mozharness/rev/6d39fa1de4b1
Attachment #8429327 -
Flags: checked-in+
Assignee | ||
Comment 3•11 years ago
|
||
Not a config used in production.
OK to close now, instead of waiting for merge.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Merged to production and deployed.
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
•