summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py
blob: c8bee2562b4a4566be64de677096c0128c64cf57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config = {
    'base_name': 'Android armv7 API 15+ Gradle dependencies %(branch)s',
    'stage_platform': 'android-api-15-gradle-dependencies',
    'build_type': 'api-15-opt',
    'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-gradle-dependencies/nightly',
    'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-gradle-dependencies/releng.manifest',
    'multi_locale_config_platform': 'android',
    'postflight_build_mach_commands': [
        ['gradle',
         'assembleAutomationRelease',
         'assembleAutomationDebug',
         'assembleAutomationDebugAndroidTest',
         'checkstyle',
         # Does not include Gecko binaries -- see mobile/android/gradle/with_gecko_binaries.gradle.
         'geckoview:assembleWithoutGeckoBinaries',
         # So that we pick up the test dependencies for the builders.
         'geckoview_example:assembleWithoutGeckoBinaries',
         'geckoview_example:assembleWithoutGeckoBinariesAndroidTest',
        ],
    ],
}