tenfourfox/testing/docker/tester/b2g-desktop-config.py
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

30 lines
682 B
Python

# This is a template config file for b2g desktop unittest production.
import os
config = {
# mozharness options
"application": "b2g",
"find_links": [
"http://pypi.pub.build.mozilla.org/pub",
],
"pip_index": False,
"default_actions": [
'clobber',
'read-buildbot-config',
'download-and-extract',
'create-virtualenv',
'install',
'run-tests',
],
"download_symbols": "ondemand",
"download_minidump_stackwalk": True,
"run_file_names": {
"mochitest": "runtestsb2g.py",
"reftest": "runreftestb2g.py",
},
"in_tree_config": "config/mozharness/b2g_desktop_config.py",
}