Bug 1085486 - Disable builders for graphics branch, r=catlee
--- 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': {