Bug 1151964 - fix typos to get nightly larch builds (broken since March 21). r=jlund
authorJustin Wood <Callek@gmail.com>
Tue, 07 Apr 2015 15:05:45 -0400 (2015-04-07)
changeset 12142 f414f97c22bb373fa497f4b7e8ea0480239cb3d1
parent 12141 9103dc2b82aee5e7cf02282f8b5576c4ed969484
child 12143 e88fe9ca7910f511d67e9aa33a651ec73f43d67a
child 12144 afad7503620e9387c13e083e8510db9b728cbc88
push id8786
push userCallek@gmail.com
push dateWed, 08 Apr 2015 16:01:12 +0000 (2015-04-08)
reviewersjlund
bugs1151964
Bug 1151964 - fix typos to get nightly larch builds (broken since March 21). r=jlund
mozilla/b2g_config.py
--- a/mozilla/b2g_config.py
+++ b/mozilla/b2g_config.py
@@ -1103,17 +1103,17 @@ PLATFORM_VARS = {
             "-f", "../reboot_count.txt", "-n", "1", "-z"
         ],
         "mozharness_repo_cache": "/tools/checkouts/mozharness",
         "tools_repo_cache": "/tools/checkouts/build-tools",
         "mozharness_desktop_build": {
             "script_name": "scripts/fx_desktop_build.py",
             "extra_args": [
                 "--config", "builds/releng_base_linux_64_builds.py",
-                "--custom-build-variant-cfg", "graphene"
+                "--custom-build-variant-cfg", "graphene",
                 '--config', GLOBAL_VARS['mozharness_configs']['balrog'],
             ],
             "script_timeout": 3 * 3600,
             "script_maxtime": int(5.5 * 3600),
         },
         "stage_product": "b2g",
         "base_name": "graphene_%(branch)s_linux64",
         "platform_objdir": OBJDIR,
@@ -1123,17 +1123,17 @@ PLATFORM_VARS = {
     "macosx64_graphene": {
         "mozharness_python": "/tools/buildbot/bin/python",
         "reboot_command": ["scripts/external_tools/count_and_reboot.py",
                            "-f", "../reboot_count.txt", "-n", "1", "-z"],
         "mozharness_desktop_build": {
             "script_name": "scripts/fx_desktop_build.py",
             "extra_args": [
                 "--config", "builds/releng_base_mac_64_builds.py",
-                "--custom-build-variant-cfg", "graphene"
+                "--custom-build-variant-cfg", "graphene",
                 '--config', GLOBAL_VARS['mozharness_configs']['balrog'],
             ],
             "script_timeout": 3 * 3600,
             "script_maxtime": int(5.5 * 3600),
         },
         "stage_product": "b2g",
         "base_name": "graphene_%(branch)s_macosx64",
         "platform_objdir": OBJDIR,
@@ -1146,17 +1146,17 @@ PLATFORM_VARS = {
             "c:/mozilla-build/python27/python", "-u",
             "scripts/external_tools/count_and_reboot.py",
             "-f", "../reboot_count.txt","-n", "1", "-z"
         ],
         "mozharness_desktop_build": {
             "script_name": "scripts/fx_desktop_build.py",
             "extra_args": [
                 "--config", "builds/releng_base_windows_64_builds.py",
-                "--custom-build-variant-cfg", "graphene"
+                "--custom-build-variant-cfg", "graphene",
                 '--config', GLOBAL_VARS['mozharness_configs']['balrog'],
             ],
             "script_timeout": 3 * 3600,
             "script_maxtime": int(5.5 * 3600),
         },
         "stage_product": "b2g",
         "base_name": "graphene_%(branch)s_win64",
         "platform_objdir": OBJDIR,