Bug 1318574 - Support buildbot and TC jobs for opt android artifact builds; r?chmanchester draft
authorMike Shal <mshal@mozilla.com>
Fri, 18 Nov 2016 13:54:12 -0500
changeset 441351 6229d8210c98f6d3b4fb137f83be6996b1edcdd7
parent 441122 46127b3a981bceb0413c8199849f4e47afc949da
child 537534 03f991b27d45ee2f916297dadbaee27345330de3
push id36401
push userbmo:mshal@mozilla.com
push dateFri, 18 Nov 2016 19:13:45 +0000
reviewerschmanchester
bugs1318574
milestone53.0a1
Bug 1318574 - Support buildbot and TC jobs for opt android artifact builds; r?chmanchester MozReview-Commit-ID: YkgUJEZiUU
python/mozbuild/mozbuild/artifacts.py
--- a/python/mozbuild/mozbuild/artifacts.py
+++ b/python/mozbuild/mozbuild/artifacts.py
@@ -429,17 +429,17 @@ class WinArtifactJob(ArtifactJob):
                              'matched an archive path.'.format(
                                  patterns=self.artifact_patterns))
 
 # Keep the keys of this map in sync with the |mach artifact| --job
 # options.  The keys of this map correspond to entries at
 # https://tools.taskcluster.net/index/artifacts/#gecko.v2.mozilla-central.latest/gecko.v2.mozilla-central.latest
 # The values correpsond to a pair of (<package regex>, <test archive regex>).
 JOB_DETAILS = {
-    'android-api-15-opt': (AndroidArtifactJob, ('public/build/target.apk',
+    'android-api-15-opt': (AndroidArtifactJob, ('(public/build/fennec-(.*)\.android-arm.apk|public/build/target.apk)',
                                                 None)),
     'android-api-15-debug': (AndroidArtifactJob, ('public/build/target.apk',
                                                   None)),
     'android-x86-opt': (AndroidArtifactJob, ('public/build/target.apk',
                                          None)),
     'linux-opt': (LinuxArtifactJob, ('public/build/firefox-(.*)\.linux-i686\.tar\.bz2',
                                      'public/build/firefox-(.*)\.common\.tests\.zip')),
     'linux-debug': (LinuxArtifactJob, ('public/build/firefox-(.*)\.linux-i686\.tar\.bz2',