Bug 1064002 - Start using the in-tree categories for Android 2.3 jobs. r=ahal

This commit is contained in:
Armen Zambrano Gasparnian 2015-01-13 15:16:11 -05:00
Родитель 25b1ed7fdf
Коммит cee35db9a1
1 изменённых файлов: 5 добавлений и 12 удалений

Просмотреть файл

@ -14,12 +14,10 @@ config = {
"--http-port=%(http_port)s", "--ssl-port=%(ssl_port)s",
"--certificate-path=%(certs_path)s", "--symbols-path=%(symbols_path)s",
"--quiet", "--log-raw=%(raw_log_file)s",
# Bug 1064002 - Land once mozharness changes land
#"--total-chunks=16",
#"--run-only-tests=android23.json",
"--total-chunks=16",
"--run-only-tests=android23.json",
],
},
# Bug 1064002 - Not yet in use
"mochitest-gl": {
"run_filename": "runtestsremote.py",
"testsdir": "mochitest",
@ -34,7 +32,6 @@ config = {
"--test-manifest=gl.json",
],
},
# Bug 1064002 - Not yet in use
"robocop": {
"run_filename": "runtestsremote.py",
"testsdir": "mochitest",
@ -61,12 +58,10 @@ config = {
"--devicePort=%(device_port)s", "--http-port=%(http_port)s",
"--ssl-port=%(ssl_port)s", "--httpd-path", "%(modules_dir)s",
"--symbols-path=%(symbols_path)s",
# Bug 1064002 - Land once mozharness changes land
#"--total-chunks=16",
#"tests/layout/reftests/reftest.list",
"--total-chunks=16",
"tests/layout/reftests/reftest.list",
],
},
# Bug 1064002 - Not yet in use
"crashtest": {
"run_filename": "remotereftest.py",
"testsdir": "reftest",
@ -81,7 +76,6 @@ config = {
"tests/testing/crashtest/crashtests.list",
],
},
# Bug 1064002 - Not yet in use
"jsreftest": {
"run_filename": "remotereftest.py",
"testsdir": "reftest",
@ -106,8 +100,7 @@ config = {
"--symbols-path=%(symbols_path)s",
"--manifest=tests/xpcshell.ini",
"--log-raw=%(raw_log_file)s",
# Bug 1064002 - Land once mozharness changes land
#"--total-chunks=3",
"--total-chunks=3",
],
},
}, # end suite_definitions