Bug 740142 - set l10n_chunks=1. r=pmoore
authorMassimo Gervasini <mgervasini@mozilla.com>
Wed, 17 Dec 2014 17:29:36 +0100 (2014-12-17)
changeset 11574 34bb25dbee10c5d9f1073731655cf572e8795af9
parent 11572 f728335727eaefd25a857bd5a627150791931e53
child 11575 2bc473e710b90b1c07550de63ce67710bd25dbba
push id8434
push usermgervasini@mozilla.com
push dateWed, 17 Dec 2014 16:30:00 +0000 (2014-12-17)
reviewerspmoore
bugs740142
Bug 740142 - set l10n_chunks=1. r=pmoore
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -156,17 +156,17 @@ PLATFORM_VARS = {
                     '--config', 'builds/releng_base_linux_32_builds.py',
                 ],
                 'script_timeout': 3 * 3600,
                 'script_maxtime': int(5.5 * 3600),
             },
             'mozharness_desktop_l10n': {
                 'capable': True,
                 'scriptName': 'scripts/desktop_l10n.py',
-                'l10n_chunks': 10,
+                'l10n_chunks': 1,
                 'use_credentials_file': True,
             },
             'dep_signing_servers': 'dep-signing',
             'base_name': 'Linux %(branch)s',
             'product_name': 'firefox',
             'unittest_platform': 'linux-opt',
             'app_name': 'browser',
             'brand_name': 'Minefield',
@@ -282,17 +282,17 @@ PLATFORM_VARS = {
             #  add another config on all non-unified able platforms
             'mozharness_non_unified_extra_args': [
                 '--config', 'builds/releng_base_linux_64_builds.py',
                 '--custom-build-variant-cfg', 'non-unified',
             ],
             'mozharness_desktop_l10n': {
                 'capable': True,
                 'scriptName': 'scripts/desktop_l10n.py',
-                'l10n_chunks': 10,
+                'l10n_chunks': 1,
                 'use_credentials_file': True,
             },
             'product_name': 'firefox',
             'unittest_platform': 'linux64-opt',
             'app_name': 'browser',
             'brand_name': 'Minefield',
             'base_name': 'Linux x86-64 %(branch)s',
             'mozconfig': 'linux64/%(branch)s/nightly',
@@ -807,17 +807,17 @@ PLATFORM_VARS = {
             #  add another config on all non-unified able platforms
             'mozharness_non_unified_extra_args': [
                 '--config', 'builds/releng_base_mac_64_builds.py',
                 '--custom-build-variant-cfg', 'non-unified',
             ],
             'mozharness_desktop_l10n': {
                 'capable': True,
                 'scriptName': 'scripts/desktop_l10n.py',
-                'l10n_chunks': 10,
+                'l10n_chunks': 1,
                 'use_credentials_file': True,
             },
 
             'product_name': 'firefox',
             'unittest_platform': 'macosx64-opt',
             'app_name': 'browser',
             'brand_name': 'Minefield',
             'base_name': 'OS X 10.7 %(branch)s',
@@ -891,17 +891,17 @@ PLATFORM_VARS = {
             #  add another config on all non-unified able platforms
             'mozharness_non_unified_extra_args': [
                 '--config', 'builds/releng_base_windows_32_builds.py',
                 '--custom-build-variant-cfg', 'non-unified',
             ],
             'mozharness_desktop_l10n': {
                 'capable': False,
                 'scriptName': 'scripts/desktop_l10n.py',
-                'l10n_chunks': 10,
+                'l10n_chunks': 1,
                 'use_credentials_file': True,
             },
 
             'product_name': 'firefox',
             'unittest_platform': 'win32-opt',
             'app_name': 'browser',
             'brand_name': 'Minefield',
             'base_name': 'WINNT 5.2 %(branch)s',
@@ -953,17 +953,17 @@ PLATFORM_VARS = {
             'tooltool_l10n_manifest_src': 'browser/config/tooltool-manifests/win32/l10n.manifest',
             'tooltool_script': ['python', '/c/mozilla-build/tooltool.py'],
         },
         'win64': {
             'mozharness_python': ['c:/mozilla-build/python27/python', '-u'],
             'mozharness_desktop_l10n': {
                 'capable': False,
                 'scriptName': 'scripts/desktop_l10n.py',
-                'l10n_chunks': 10,
+                'l10n_chunks': 1,
                 'use_credentials_file': True,
             },
             'reboot_command': [
                 'c:/mozilla-build/python27/python', '-u',
                 'scripts/external_tools/count_and_reboot.py',
                 '-f', '../reboot_count.txt','-n', '1', '-z'
             ],