Bug 1260914 - Correct android-lint TC task. r=nalexander

MozReview-Commit-ID: KlsKVGKRfKF

--HG--
extra : rebase_source : 85fefa73da5c604cd458a57f98a5235833f278da
This commit is contained in:
Michael Comella 2016-03-30 15:37:40 -07:00
Родитель 91944788b7
Коммит dfbf4d7613
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -365,6 +365,7 @@ class BuildOptionParser(object):
'x86': 'builds/releng_sub_%s_configs/%s_x86.py',
'api-11-partner-sample1': 'builds/releng_sub_%s_configs/%s_api_11_partner_sample1.py',
'api-15-partner-sample1': 'builds/releng_sub_%s_configs/%s_api_15_partner_sample1.py',
'android-lint': 'builds/releng_sub_%s_configs/%s_lint.py',
}
build_pool_cfg_file = 'builds/build_pool_specifics.py'
branch_cfg_file = 'builds/branch_specifics.py'

Просмотреть файл

@ -37,7 +37,7 @@ task:
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-frontend
MH_CUSTOM_BUILD_VARIANT_CFG: android-lint
MH_BRANCH: {{project}}
MH_BUILD_POOL: taskcluster
GRADLE_USER_HOME: '/home/worker/workspace/build/src/dotgradle'