summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py')
-rw-r--r--testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py b/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py
deleted file mode 100644
index c8bee2562..000000000
--- a/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle_dependencies.py
+++ /dev/null
@@ -1,21 +0,0 @@
-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',
- ],
- ],
-}