Bug 1235961 - set tools_repo_cache for mac platforms - r=bustage
authorChris Cooper <ccooper@deadsquid.com>
Thu, 21 Jan 2016 15:06:25 -0500 (2016-01-21)
changeset 13643 fa16bb751b50b8cd407a9ef57be03bbcac174b1d
parent 13641 b74388666f8e553d64ec5c74099e4a0fff7487c1
child 13644 5f48515d4143e30e0bb7909698002296cf30eef9
child 13647 3941c0a6daf609a1f9a5424a9d37a9a24606ca45
push id9619
push usercoop@mozilla.com
push dateThu, 21 Jan 2016 20:06:29 +0000 (2016-01-21)
reviewersbustage
bugs1235961
Bug 1235961 - set tools_repo_cache for mac platforms - r=bustage
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -925,16 +925,17 @@ PLATFORM_VARS = {
                 ('/builds/crash-stats-api.token', '/builds/crash-stats-api.token'),
                 ('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
             ],
         },
         'macosx64': {
             'mozharness_python': '/tools/buildbot/bin/python',
             'reboot_command': ['scripts/external_tools/count_and_reboot.py',
                                '-f', '../reboot_count.txt', '-n', '1', '-z'],
+            'tools_repo_cache': '/tools/checkouts/build-tools',
             'mozharness_desktop_build': {
                 'script_name': 'scripts/fx_desktop_build.py',
                 'extra_args': [
                     '--config', 'builds/releng_base_mac_64_builds.py',
                     '--config', GLOBAL_VARS['mozharness_configs']['balrog'],
                 ],
                 'script_timeout': 3 * 3600,
                 'script_maxtime': int(5.5 * 3600),
@@ -1341,16 +1342,17 @@ PLATFORM_VARS = {
                 ('/builds/crash-stats-api.token', '/builds/crash-stats-api.token'),
                 ('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
             ],
         },
         'macosx64-debug': {
             'mozharness_python': '/tools/buildbot/bin/python',
             'reboot_command': ['scripts/external_tools/count_and_reboot.py',
                                '-f', '../reboot_count.txt', '-n', '1', '-z'],
+            'tools_repo_cache': '/tools/checkouts/build-tools',
             'mozharness_desktop_build': {
                 'script_name': 'scripts/fx_desktop_build.py',
                 'extra_args': [
                     '--config', 'builds/releng_base_mac_64_builds.py',
                     '--custom-build-variant-cfg', 'debug',
                     '--config', GLOBAL_VARS['mozharness_configs']['balrog'],
                 ],
                 'script_timeout': 3 * 3600,
@@ -1398,16 +1400,17 @@ PLATFORM_VARS = {
             'dep_signing_servers': 'dep-signing',
             'tooltool_manifest_src': 'browser/config/tooltool-manifests/macosx64/releng.manifest',
             'enable_ccache': True,
         },
         'macosx64-st-an-debug': {
             'mozharness_python': '/tools/buildbot/bin/python',
             'reboot_command': ['scripts/external_tools/count_and_reboot.py',
                                '-f', '../reboot_count.txt', '-n', '1', '-z'],
+            'tools_repo_cache': '/tools/checkouts/build-tools',
             'mozharness_desktop_build': {
                 'script_name': 'scripts/fx_desktop_build.py',
                 'extra_args': [
                     '--config', 'builds/releng_base_mac_64_builds.py',
                     '--custom-build-variant-cfg', 'stat-and-debug',
                     '--config', GLOBAL_VARS['mozharness_configs']['balrog'],
                 ],
                 'script_timeout': 3 * 3600,