Bug 1050706 - [turn on all jobs for holly] Make talos work with e10s (2014). r=armenzg
--- a/mozilla-tests/config.py
+++ b/mozilla-tests/config.py
@@ -2002,17 +2002,17 @@ for name, branch in items_before(BRANCHE
branch['platforms'][platform][slave_platform]['debug_unittest_suites'].remove(dt)
except ValueError:
# wasn't there anyways
pass
# Enable e10s versions of Talos on Holly (bug 1050706). Once these are enabled
# on all branches, this block of code can go away.
branch = BRANCHES['holly']
-for s in ('tp5o-e10s', 'svgr-e10s', 'xperf-e10s'):
+for s in ('chromez-e10s', 'dromaeojs-e10s', 'g1-e10s', 'other-e10s_l64', 'other-e10s_nol64', 'tp5o-e10s', 'svgr-e10s', 'xperf-e10s'):
if 'e10s' in s:
test_key = '%s_tests' % s
if test_key in branch:
tests = list(branch[test_key])
tests[0] = 1
branch[test_key] = tuple(tests)
# LOOOOOOOOOOOOOOOPS