Bug 1182691 - Remove redundant total-chunks from in-tree mozharness configs for Android; r=kmoir

This commit is contained in:
Geoff Brown 2015-07-13 17:26:52 -06:00
parent d74438fd5e
commit 117d687bd8
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ 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", "--screenshot-on-fail",
"--total-chunks=16",
],
},
"mochitest-gl": {

View File

@ -13,7 +13,6 @@ 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", "--screenshot-on-fail",
"--total-chunks=16",
],
},
"mochitest-gl": {