Bug 1166420 - Add relengapi.tok to TB bb configs. r=dustin draft
authorChris AtLee <catlee@mozilla.com>
Tue, 08 Mar 2016 21:52:57 -0500
changeset 13913 3d4781a757b63085df86124ce47ea02bad7b0308
parent 13912 1ce5d30d8e7cb01e9b280caf010ce7b30acf0f2d
push id24
push usercatlee@mozilla.com
push dateWed, 09 Mar 2016 02:53:06 +0000
reviewersdustin
bugs1166420
Bug 1166420 - Add relengapi.tok to TB bb configs. r=dustin MozReview-Commit-ID: KDSsB2GtA2b
mozilla/thunderbird_config.py
--- a/mozilla/thunderbird_config.py
+++ b/mozilla/thunderbird_config.py
@@ -187,16 +187,17 @@ PLATFORM_VARS = {
                         ],
             'mock_copyin_files': [
                 ('/home/cltbld/.ssh', '/home/mock_mozilla/.ssh'),
                 ('/home/cltbld/.hgrc', '/builds/.hgrc'),
                 ('/home/cltbld/.boto', '/builds/.boto'),
                 ('/tools/tooltool.py', '/builds/tooltool.py'),
                 ('/builds/crash-stats-api.token', '/builds/crash-stats-api.token'),
                 ('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
+                ('/builds/relengapi.tok', '/builds/relengapi.tok'),
             ],
         },
         'linux64': {
             'tools_repo_cache': '/tools/checkouts/build-tools',
             'product_name': 'thunderbird',
             'unittest_platform': 'linux64-opt',
             'app_name': 'mail',
             'base_name': builder_prefix + 'Linux x86-64 %(branch)s',
@@ -263,16 +264,17 @@ PLATFORM_VARS = {
                         ],
             'mock_copyin_files': [
                 ('/home/cltbld/.ssh', '/home/mock_mozilla/.ssh'),
                 ('/home/cltbld/.hgrc', '/builds/.hgrc'),
                 ('/home/cltbld/.boto', '/builds/.boto'),
                 ('/tools/tooltool.py', '/builds/tooltool.py'),
                 ('/builds/crash-stats-api.token', '/builds/crash-stats-api.token'),
                 ('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
+                ('/builds/relengapi.tok', '/builds/relengapi.tok'),
             ],
         },
         'linux64-av': {
             'product_name': 'thunderbird',
             'mozharness_python': '/tools/buildbot/bin/python',
             'mozharness_repo_cache': '/tools/checkouts/mozharness',
             'tools_repo_cache': '/tools/checkouts/build-tools',
             'builds_before_reboot': thunderbird_localconfig.BUILDS_BEFORE_REBOOT,
@@ -494,16 +496,17 @@ PLATFORM_VARS = {
                         ],
             'mock_copyin_files': [
                 ('/home/cltbld/.ssh', '/home/mock_mozilla/.ssh'),
                 ('/home/cltbld/.hgrc', '/builds/.hgrc'),
                 ('/home/cltbld/.boto', '/builds/.boto'),
                 ('/tools/tooltool.py', '/builds/tooltool.py'),
                 ('/builds/crash-stats-api.token', '/builds/crash-stats-api.token'),
                 ('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
+                ('/builds/relengapi.tok', '/builds/relengapi.tok'),
             ],
         },
         'linux64-debug': {
             'enable_nightly': False,
             'product_name': 'thunderbird',
             'app_name': 'mail',
             'base_name': builder_prefix + 'Linux x86-64 %(branch)s leak test',
             'mozconfig': 'linux64/%(branch)s/debug',
@@ -557,16 +560,17 @@ PLATFORM_VARS = {
                         ],
             'mock_copyin_files': [
                 ('/home/cltbld/.ssh', '/home/mock_mozilla/.ssh'),
                 ('/home/cltbld/.hgrc', '/builds/.hgrc'),
                 ('/home/cltbld/.boto', '/builds/.boto'),
                 ('/tools/tooltool.py', '/builds/tooltool.py'),
                 ('/builds/crash-stats-api.token', '/builds/crash-stats-api.token'),
                 ('/usr/local/lib/hgext', '/usr/local/lib/hgext'),
+                ('/builds/relengapi.tok', '/builds/relengapi.tok'),
             ],
         },
         'macosx64-debug': {
             'enable_nightly': False,
             'product_name': 'thunderbird',
             'app_name': 'mail',
             'base_name': builder_prefix + 'OS X 10.7 64-bit %(branch)s leak test',
             'mozconfig': 'macosx64/%(branch)s/debug',