summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_test.py
blob: 3e1a1492f5fcaa0dafde6bd07ca19328667caedf (plain)
1
2
3
4
5
6
7
8
9
10
11
config = {
    'base_name': 'Android armv7 unit tests %(branch)s',
    'stage_platform': 'android-test',
    'build_type': 'api-15-opt',
    'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-frontend/nightly',
    'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-frontend/releng.manifest',
    'multi_locale_config_platform': 'android',
    'postflight_build_mach_commands': [
        ['gradle', 'app:testAutomationDebugUnitTest'],
    ],
}