--- 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'
],