Bug 1085486 - Disable builders for graphics branch, r=catlee
authorJonathan Griffin <jgriffin@mozilla.com>
Mon, 20 Oct 2014 16:41:12 -0700 (2014-10-20)
changeset 11238 bdf4f70d88ae4c7dc464816e356dacdfa209a75f
parent 11237 4aecd2e78d939046ae23415ec1a0c128c4a740b5
child 11241 ffc10fb9066488a9cf4e77bbd70cff8b673fea54
push id8238
push userjgriffin@mozilla.com
push dateMon, 20 Oct 2014 23:41:23 +0000 (2014-10-20)
reviewerscatlee
bugs1085486
Bug 1085486 - Disable builders for graphics branch, r=catlee
mozilla-tests/b2g_config.py
mozilla/b2g_project_branches.py
mozilla/project_branches.py
--- a/mozilla-tests/b2g_config.py
+++ b/mozilla-tests/b2g_config.py
@@ -34,17 +34,16 @@ BRANCHES = {
     'ash': {},
     # Not needed right now, see bug 977420
     # 'birch': {},
     'cedar': {},
     'cypress': {},
     'jamun': {},
     'pine': {},
     'fx-team': {},
-    'graphics': {},
     'mozilla-b2g28_v1_3t': {
         'gecko_version': 28,
         'b2g_version': (1, 3, 0),
         'lock_platforms': True,
         'platforms': {
             'emulator': {},
         },
     },
@@ -2125,17 +2124,16 @@ BRANCHES['pine']['platforms']['emulator'
     MOCHITEST + CRASHTEST + XPCSHELL + MARIONETTE + JSREFTEST + REFTEST_20
 BRANCHES['pine']['platforms']['emulator']['ubuntu64_vm-b2g-emulator']['debug_unittest_suites'] = \
     MOCHITEST_EMULATOR_DEBUG[:] + REFTEST + CRASHTEST + MARIONETTE + XPCSHELL_CHUNKED
 BRANCHES['cypress']['branch_name'] = "Cypress"
 BRANCHES['cypress']['repo_path'] = "projects/cypress"
 BRANCHES['cypress']['mozharness_tag'] = "default"
 BRANCHES['jamun']['repo_path'] = "projects/jamun"
 BRANCHES['fx-team']['repo_path'] = "integration/fx-team"
-BRANCHES['graphics']['repo_path'] = "projects/graphics"
 BRANCHES['mozilla-b2g28_v1_3t']['repo_path'] = "releases/mozilla-b2g28_v1_3t"
 BRANCHES['mozilla-b2g30_v1_4']['repo_path'] = "releases/mozilla-b2g30_v1_4"
 BRANCHES['mozilla-b2g32_v2_0']['repo_path'] = "releases/mozilla-b2g32_v2_0"
 BRANCHES['mozilla-b2g34_v2_1']['repo_path'] = "releases/mozilla-b2g34_v2_1"
 BRANCHES['mozilla-central']['branch_name'] = "Firefox"
 BRANCHES['mozilla-inbound']['repo_path'] = "integration/mozilla-inbound"
 BRANCHES['b2g-inbound']['branch_name'] = "B2g-Inbound"
 BRANCHES['b2g-inbound']['repo_path'] = "integration/b2g-inbound"
--- a/mozilla/b2g_project_branches.py
+++ b/mozilla/b2g_project_branches.py
@@ -3,17 +3,16 @@ PROJECT_BRANCHES = {
     ### PLEASE ADD NEW BRANCHES ALPHABETICALLY (twigs at the bottom, also alphabetically)
     # 'build-system': {},  # Bug 1010674
     'fx-team': {
         'repo_path': 'integration/fx-team',
         'periodic_start_hours': range(2, 24, 3),
         'enable_perproduct_builds': True,
         'enable_nightly': False,
     },
-    'graphics': {},
     # Please sync any customizations made to mozilla-inbound to cypress.
     'mozilla-inbound': {
         'repo_path': 'integration/mozilla-inbound',
         'periodic_start_hours': range(1, 24, 3),
         'enable_perproduct_builds': True,
     },
     'b2g-inbound': {
         'repo_path': 'integration/b2g-inbound',
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -5,19 +5,16 @@ PROJECT_BRANCHES = {
         'enable_perproduct_builds': True,
         'repo_path': 'integration/fx-team',
         'mozconfig_dir': 'mozilla-central',
         'enable_nightly': False,
         'pgo_strategy': 'periodic',
         'periodic_start_hours': range(2, 24, 3),
         'enable_weekly_bundle': True,
     },
-    'graphics': {
-        'enable_talos': False,
-    },
     'mozilla-inbound': {
         'repo_path': 'integration/mozilla-inbound',
         'enable_perproduct_builds': True,
         'mozconfig_dir': 'mozilla-central',
         'enable_weekly_bundle': True,
         'pgo_strategy': 'periodic',
         'periodic_start_hours': range(1, 24, 3),
         'talos_suites': {