зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
430 B
Python
18 строки
430 B
Python
# Mozharness configuration for Android PGO.
|
|
#
|
|
# This configuration should be combined with platform-specific mozharness
|
|
# configuration such as androidarm_4_3.py, or similar.
|
|
|
|
config = {
|
|
"default_actions": [
|
|
'setup-avds',
|
|
'start-emulator',
|
|
'download',
|
|
'create-virtualenv',
|
|
'verify-device',
|
|
'install',
|
|
'run-tests',
|
|
],
|
|
"output_directory": "/sdcard/pgo_profile",
|
|
}
|