mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1255176 - Add more chunks to Android mochitest-gl. r=rail, a=test-only
This commit is contained in:
parent
d37d8fbb9a
commit
7c08140310
@ -98,7 +98,7 @@ config = {
|
||||
"--log-raw=%(raw_log_file)s",
|
||||
"--log-errorsummary=%(error_summary_file)s",
|
||||
"--screenshot-on-fail",
|
||||
"--total-chunks=4",
|
||||
"--total-chunks=10",
|
||||
"--subsuite=webgl",
|
||||
],
|
||||
},
|
||||
@ -484,6 +484,30 @@ config = {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=4"],
|
||||
},
|
||||
"mochitest-gl-5": {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=5"],
|
||||
},
|
||||
"mochitest-gl-6": {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=6"],
|
||||
},
|
||||
"mochitest-gl-7": {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=7"],
|
||||
},
|
||||
"mochitest-gl-8": {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=8"],
|
||||
},
|
||||
"mochitest-gl-9": {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=9"],
|
||||
},
|
||||
"mochitest-gl-10": {
|
||||
"category": "mochitest-gl",
|
||||
"extra_args": ["--this-chunk=10"],
|
||||
},
|
||||
"reftest-1": {
|
||||
"category": "reftest",
|
||||
"extra_args": ["--total-chunks=16", "--this-chunk=1"],
|
||||
|
Loading…
Reference in New Issue
Block a user