Bug 882712 - Switch from runtime-binaries to tooltool - r=dustin
authorChris Cooper <ccooper@deadsquid.com>
Tue, 16 Dec 2014 22:05:35 -0500 (2014-12-17)
changeset 11571 db767bbeae20675ca598dd91fefd2e0d39c066ef
parent 11570 847725a71b7e65984a7633842f8a4a388940bda6
child 11572 f728335727eaefd25a857bd5a627150791931e53
push id8431
push usercoop@mozilla.com
push dateWed, 17 Dec 2014 03:05:56 +0000 (2014-12-17)
reviewersdustin
bugs882712
Bug 882712 - Switch from runtime-binaries to tooltool - r=dustin
mozilla/preproduction_config.py
mozilla/production_config.py
mozilla/staging_config.py
--- a/mozilla/preproduction_config.py
+++ b/mozilla/preproduction_config.py
@@ -31,17 +31,17 @@ GLOBAL_VARS = {
     'xulrunner_tinderbox_tree': 'MozillaTest',
     'weekly_tinderbox_tree': 'MozillaTest',
     'l10n_tinderbox_tree': 'MozillaStaging',
     'packaged_unittest_tinderbox_tree': 'MozillaTest',
     'tinderbox_tree': 'MozillaTest',
     'mobile_tinderbox_tree': 'MobileTest',
     'hg_username': 'stage-ffxbld',
     'base_bundle_urls': ['http://preproduction-master.srv.releng.scl3.mozilla.com/pub/mozilla.org/firefox/bundles'],
-    'tooltool_url_list': ['http://runtime-binaries.pvt.build.mozilla.org/tooltool'],
+    'tooltool_url_list': ['http://tooltool.pvt.build.mozilla.org/build'],
 }
 
 BUILDS_BEFORE_REBOOT = 1
 SYMBOL_SERVER_HOST = 'preproduction-stage.srv.releng.scl3.mozilla.com'
 
 # Local branch overrides
 BRANCHES = {
     'mozilla-central': {
--- a/mozilla/production_config.py
+++ b/mozilla/production_config.py
@@ -80,17 +80,17 @@ GLOBAL_VARS = {
     # and sendchange retry count before give up
     'unittest_masters': [
         ('buildbot-master81.build.mozilla.org:9301', True, 5),
     ],
     'xulrunner_tinderbox_tree': 'XULRunner',
     'weekly_tinderbox_tree': 'Testing',
     'l10n_tinderbox_tree': 'Mozilla-l10n',
     'base_bundle_urls': ['https://ftp-ssl.mozilla.org/pub/mozilla.org/firefox/bundles'],
-    'tooltool_url_list': ['http://runtime-binaries.pvt.build.mozilla.org/tooltool'],
+    'tooltool_url_list': ['http://tooltool.pvt.build.mozilla.org/build'],
     'blob_upload': True,
     'mozharness_configs': {
         'balrog': 'balrog/production.py',
     },
 }
 
 BUILDS_BEFORE_REBOOT = 1
 SYMBOL_SERVER_HOST = 'symbolpush.mozilla.org'
--- a/mozilla/staging_config.py
+++ b/mozilla/staging_config.py
@@ -45,17 +45,17 @@ GLOBAL_VARS = {
     'xulrunner_tinderbox_tree': 'MozillaTest',
     'weekly_tinderbox_tree': 'MozillaTest',
     'l10n_tinderbox_tree': 'MozillaStaging',
     'packaged_unittest_tinderbox_tree': 'MozillaTest',
     'tinderbox_tree': 'MozillaTest',
     'mobile_tinderbox_tree': 'MobileTest',
     'hg_username': 'stage-ffxbld',
     'base_bundle_urls': ['http://dev-stage01.build.mozilla.org/pub/mozilla.org/firefox/bundles'],
-    'tooltool_url_list': ['http://runtime-binaries.pvt.build.mozilla.org/tooltool'],
+    'tooltool_url_list': ['http://tooltool.pvt.build.mozilla.org/build'],
     'blob_upload': True,
     'mozharness_configs': {
         'balrog': 'balrog/staging.py',
     },
 }
 
 BUILDS_BEFORE_REBOOT = 5
 SYMBOL_SERVER_HOST = 'dev-stage01.srv.releng.scl3.mozilla.com'