tenfourfox/testing/mozharness/configs/b2g/mulet_config.py

31 lines
808 B
Python
Raw Normal View History

2017-04-19 07:56:45 +00:00
# Call --cfg b2g/generic_config.py before this config
config = {
"default_actions": [
'clobber',
'read-buildbot-config',
'pull',
'download-and-extract',
'create-virtualenv',
'install',
'run-tests',
],
# testsuite options
"suite_definitions": {
"reftest": {
"options": [
"--mulet",
"--profile=%(gaia_profile)s",
"--appname=%(application)s",
"--total-chunks=%(total_chunks)s",
"--this-chunk=%(this_chunk)s",
"--symbols-path=%(symbols_path)s",
"--enable-oop",
],
"tests": ["%(test_manifest)s"]
}
},
"run_file_names": {
"reftest": "runreftestb2g.py",
},
}