Bug 1186678 - thunderbird per checkin tests should use mozilla- rev not comm- rev, r=rail
authorJordan Lund <jlund@mozilla.com>
Thu, 23 Jul 2015 10:54:58 -0700 (2015-07-23)
changeset 12698 f75ac37bef2c331b4dbd3eb2e30571ffd13f365e
parent 12697 3e6a23a3e0f0af24989e488009c6ec64dcb06bed
child 12699 259d9d03428b33ce5a551b1fded81df0e2002d36
child 12700 b2b9f113f2b94100018e2d7db25771015033103d
push id9083
push userjlund@mozilla.com
push dateThu, 23 Jul 2015 17:55:04 +0000 (2015-07-23)
reviewersrail
bugs1186678
Bug 1186678 - thunderbird per checkin tests should use mozilla- rev not comm- rev, r=rail
mozilla-tests/thunderbird_config.py
mozilla/thunderbird_config.py
--- a/mozilla-tests/thunderbird_config.py
+++ b/mozilla-tests/thunderbird_config.py
@@ -449,16 +449,17 @@ for platform in PLATFORMS.keys():
 for _, branch in items_at_least(BRANCHES, 'gecko_version', 30):
     branch['script_repo_manifest'] = \
         "https://hg.mozilla.org/%(moz_repo_path)s/raw-file/default/" + \
         "testing/mozharness/mozharness.json"
     # mozharness_archiver_repo_path tells the factory to use a copy of mozharness from within the
     #  gecko tree and also allows us to overwrite which gecko repo to use. Useful for platforms
     # like Thunderbird
     branch['mozharness_archiver_repo_path'] = '%(moz_repo_path)s'
+    branch['mozharness_archiver_rev'] = 'default'
 
 if __name__ == "__main__":
     import sys
     import pprint
 
     args = sys.argv[1:]
 
     if len(args) > 0:
--- a/mozilla/thunderbird_config.py
+++ b/mozilla/thunderbird_config.py
@@ -1063,16 +1063,17 @@ for branch in branches:
 for _, branch in items_at_least(BRANCHES, 'gecko_version', 30):
     branch['script_repo_manifest'] = \
         "https://hg.mozilla.org/%(moz_repo_path)s/raw-file/default/" + \
         "testing/mozharness/mozharness.json"
     # mozharness_archiver_repo_path tells the factory to use a copy of mozharness from within the
     #  gecko tree and also allows us to overwrite which gecko repo to use. Useful for platforms
     # like Thunderbird
     branch['mozharness_archiver_repo_path'] = '%(moz_repo_path)s'
+    branch['mozharness_archiver_rev'] = 'default'
 
 if __name__ == "__main__":
     import sys
     import pprint
     args = sys.argv[1:]
 
     if len(args) > 0:
         items = dict([(b, BRANCHES[b]) for b in args])