Bug 1254605 - Don't run lint jobs in Unit task cluster task. r=nalexander draft
authorMichael Comella <michael.l.comella@gmail.com>
Mon, 28 Mar 2016 13:53:44 -0700
changeset 345339 34e2fed02c9b9b42be8f9fb8f4efdeee325717cb
parent 345338 3e5d00009dd6cdddad0e4c2b5a8e9ef6c6dce03d
child 517160 93866ae641a7e3623518c5905869435fdf4d4e86
push id14052
push usermichael.l.comella@gmail.com
push dateMon, 28 Mar 2016 20:55:16 +0000
reviewersnalexander
bugs1254605
milestone48.0a1
Bug 1254605 - Don't run lint jobs in Unit task cluster task. r=nalexander MozReview-Commit-ID: FxEH5afqJmx
testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_frontend.py
testing/taskcluster/tasks/builds/android_api_15_frontend.yml
--- a/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_frontend.py
+++ b/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_frontend.py
@@ -1,12 +1,11 @@
 config = {
     'base_name': 'Android armv7 API 15+ frontend %(branch)s',
     'stage_platform': 'android-api-15-frontend',
     'build_type': 'api-15-opt',
     'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-frontend/nightly',
     'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android-frontend/releng.manifest',
     'multi_locale_config_platform': 'android',
     'postflight_build_mach_commands': [
-        ['gradle', 'app:lintAutomationDebug'],
         ['gradle', 'app:testAutomationDebugUnitTest'],
     ],
 }
--- a/testing/taskcluster/tasks/builds/android_api_15_frontend.yml
+++ b/testing/taskcluster/tasks/builds/android_api_15_frontend.yml
@@ -46,28 +46,16 @@ task:
 
     command: ["/bin/bash", "bin/build.sh"]
 
     artifacts:
       'public/android/unittest':
         type: directory
         path: '/home/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/app/reports/tests'
         expires: '{{#from_now}}1 year{{/from_now}}'
-      'public/android/lint/lint-results-automationDebug.html':
-        type: file
-        path: '/home/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/app/outputs/lint-results-automationDebug.html'
-        expires: '{{#from_now}}1 year{{/from_now}}'
-      'public/android/lint/lint-results-automationDebug.xml':
-        type: file
-        path: '/home/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/app/outputs/lint-results-automationDebug.xml'
-        expires: '{{#from_now}}1 year{{/from_now}}'
-      'public/android/lint/lint-results-automationDebug_files':
-        type: directory
-        path: '/home/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/app/outputs/lint-results-automationDebug_files'
-        expires: '{{#from_now}}1 year{{/from_now}}'
 
   extra:
     treeherderEnv:
       - production
       - staging
     treeherder:
       machine:
         # see https://github.com/mozilla/treeherder/blob/master/ui/js/values.js