android_pgo.py (557B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # Mozharness configuration for Android PGO. 6 # 7 # This configuration should be combined with platform-specific mozharness 8 # configuration such as androidarm.py, or similar. 9 10 config = { 11 "default_actions": [ 12 "download", 13 "create-virtualenv", 14 "start-emulator", 15 "verify-device", 16 "install", 17 "run-tests", 18 ], 19 }