Bug 1050706 - [turn on all jobs for holly] Make talos work with e10s (2014). r=armenzg
authorJoel Maher <jmaher@mozilla.com>
Fri, 17 Oct 2014 10:06:53 -0400 (2014-10-17)
changeset 11224 89e0cda2c158d568a5072713b7af5961d0752d0d
parent 11222 2d044474ecedfe4fd8f265bf0edc42cd6dcbbad5
child 11225 5515d8b06d73c59c1c4af9f3bc46a8173788891b
push id8226
push userjmaher@mozilla.com
push dateFri, 17 Oct 2014 14:06:59 +0000 (2014-10-17)
reviewersarmenzg
bugs1050706
Bug 1050706 - [turn on all jobs for holly] Make talos work with e10s (2014). r=armenzg
mozilla-tests/config.py
--- 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