Bug 498353 - Enable jss tests on Places and TraceMonkey branches.
r=anodelman
--- a/talos-pool/config.py
+++ b/talos-pool/config.py
@@ -108,24 +108,24 @@ BRANCHES['mozilla-1.9.1']['tp4_tests'] =
BRANCHES['tracemonkey']['branch_name'] = "TraceMonkey"
BRANCHES['tracemonkey']['build_branch'] = "TraceMonkey"
BRANCHES['tracemonkey']['fetch_symbols'] = True
# How many chrome tests per build to run, and whether to merge build requests
BRANCHES['tracemonkey']['chrome_tests'] = (1,True)
# How many nochrome tests per build to run, and whether to merge build requests
BRANCHES['tracemonkey']['nochrome_tests'] = (1,True)
# How many jss tests per build to run, and whether to merge build requests
-BRANCHES['tracemonkey']['jss_tests'] = (0,True)
+BRANCHES['tracemonkey']['jss_tests'] = (1,True)
# How many tp4 tests per build to run, and whether to merge build requests
BRANCHES['tracemonkey']['tp4_tests'] = (0,True)
######## places
BRANCHES['places']['branch_name'] = "Places"
BRANCHES['places']['build_branch'] = "Places"
BRANCHES['places']['fetch_symbols'] = True
# How many chrome tests per build to run, and whether to merge build requests
BRANCHES['places']['chrome_tests'] = (1,True)
# How many nochrome tests per build to run, and whether to merge build requests
BRANCHES['places']['nochrome_tests'] = (0,True)
# How many jss tests per build to run, and whether to merge build requests
-BRANCHES['places']['jss_tests'] = (0,True)
+BRANCHES['places']['jss_tests'] = (1,True)
# How many tp4 tests per build to run, and whether to merge build requests
BRANCHES['places']['tp4_tests'] = (1,True)
--- a/talos-staging-pool/config.py
+++ b/talos-staging-pool/config.py
@@ -100,20 +100,20 @@ BRANCHES['mozilla-1.9.1']['jss_tests'] =
BRANCHES['tracemonkey']['branch_name'] = "TraceMonkey"
BRANCHES['tracemonkey']['build_branch'] = "TraceMonkey"
BRANCHES['tracemonkey']['fetch_symbols'] = True
# How many chrome tests per build to run, and whether to merge build requests
BRANCHES['tracemonkey']['chrome_tests'] = (1,True)
# How many nochrome tests per build to run, and whether to merge build requests
BRANCHES['tracemonkey']['nochrome_tests'] = (1,True)
# How many jss tests per build to run, and whether to merge build requests
-BRANCHES['tracemonkey']['jss_tests'] = (0,True)
+BRANCHES['tracemonkey']['jss_tests'] = (1,True)
######## places
BRANCHES['places']['branch_name'] = "Places"
BRANCHES['places']['build_branch'] = "Places"
BRANCHES['places']['fetch_symbols'] = True
# How many chrome tests per build to run, and whether to merge build requests
BRANCHES['places']['chrome_tests'] = (1,True)
# How many nochrome tests per build to run, and whether to merge build requests
BRANCHES['places']['nochrome_tests'] = (0,True)
# How many jss tests per build to run, and whether to merge build requests
-BRANCHES['places']['jss_tests'] = (0,True)
+BRANCHES['places']['jss_tests'] = (1,True)