mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1182691 - Remove redundant total-chunks from in-tree mozharness configs for Android; r=kmoir
This commit is contained in:
parent
2e9bbef1c1
commit
3ba40dd233
@ -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": {
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user