Bug 1258887: create build stats for Fennec jobs, too; r?gbrown draft
authorDustin J. Mitchell <dustin@mozilla.com>
Wed, 23 Mar 2016 14:47:10 +0000
changeset 343923 05d7fce1a820e4e1828a43b8cf1e588e208d2a2e
parent 343914 34046c232ee1f7324ac586cf0b72374764d8f513
child 516851 ba6ed21be2594f556c52cab09433fb3efe4f2609
push id13710
push userdmitchell@mozilla.com
push dateWed, 23 Mar 2016 15:02:26 +0000
reviewersgbrown
bugs1258887
milestone48.0a1
Bug 1258887: create build stats for Fennec jobs, too; r?gbrown MozReview-Commit-ID: EJAvKrgc7hN
testing/mozharness/configs/builds/releng_base_android_64_builds.py
--- a/testing/mozharness/configs/builds/releng_base_android_64_builds.py
+++ b/testing/mozharness/configs/builds/releng_base_android_64_builds.py
@@ -9,16 +9,17 @@ config = {
         'clobber',
         'clone-tools',
         'checkout-sources',
         'setup-mock',
         'build',
         'upload-files',
         'sendchange',
         'multi-l10n',
+        'generate-build-stats',
         'update',  # decided by query_is_nightly()
     ],
     "buildbot_json_path": "buildprops.json",
     'exes': {
         'hgtool.py': os.path.join(
             os.getcwd(), 'build', 'tools', 'buildfarm', 'utils', 'hgtool.py'
         ),
         "buildbot": "/tools/buildbot/bin/buildbot",