Bug 1270544 - Update taskcluster Android build settings; r=dustin
--- a/testing/taskcluster/tasks/builds/android_api_15.yml
+++ b/testing/taskcluster/tasks/builds/android_api_15.yml
@@ -36,26 +36,25 @@ task:
builds/releng_base_android_64_builds.py
disable_signing.py
platform_supports_post_upload_to_latest.py
MOZHARNESS_ACTIONS: "get-secrets build multi-l10n update"
MH_CUSTOM_BUILD_VARIANT_CFG: api-15
MH_BRANCH: {{project}}
MH_BUILD_POOL: taskcluster
- maxRunTime: 36000
-
command: ["/bin/bash", "bin/build.sh"]
extra:
treeherderEnv:
- production
- staging
treeherder:
machine:
# see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js
platform: android-4-0-armv7-api15
# Rather then enforcing particular conventions we require that all build
# tasks provide the "build" extra field to specify where the build and tests
# files are located.
locations:
- build: 'public/build/target.linux-x86_64.tar.bz2'
- tests: 'public/build/target.tests.zip'
+ build: 'public/build/target.apk'
+ mozharness: 'public/build/mozharness.zip'
+ test_packages: 'public/build/target.test_packages.json'