author | Michael Comella <michael.l.comella@gmail.com> |
Tue, 05 Apr 2016 14:48:54 -0700 | |
changeset 291854 | 9b8a09e29b937afe261cabcdf87c74735f93885b |
parent 291853 | 99a916a1ccc445f08dda266607d969636f390858 |
child 291855 | c131636dae420773342d1439b6086b6c62b222f4 |
push id | 74700 |
push user | cbook@mozilla.com |
push date | Wed, 06 Apr 2016 10:06:38 +0000 |
treeherder | mozilla-inbound@49d808d13f4f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nalexander |
bugs | 1258787 |
milestone | 48.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- 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 @@ -5,11 +5,12 @@ config = { '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', ], ], }
--- a/testing/taskcluster/tasks/branches/base_jobs.yml +++ b/testing/taskcluster/tasks/branches/base_jobs.yml @@ -292,16 +292,17 @@ tasks: # Other misc lint related files. - 'tools/lint/**' android-api-15-gradle-dependencies: task: tasks/builds/android_api_15_gradle_dependencies.yml root: true when: file_patterns: - 'testing/docker/android-gradle-build/**' + - 'testing/mozharness/configs/builds/releng_sub_android_configs/*gradle_dependencies.py' - '**/*.gradle' android-checkstyle: task: tasks/builds/android_checkstyle.yml root: true when: file_patterns: - 'mobile/android/**/checkstyle.xml' - 'mobile/android/**/*.gradle'