Bug 1471543 - Increase timeout and chunks for some test suites on macosx64 coverage builds. r=jmaher

This makes chunks and timeouts on the MacOSX64 coverage build closer to what we have defined for the Windows build.

Differential Revision: https://phabricator.services.mozilla.com/D2149

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Calixte Denizet 2018-08-17 13:38:39 +00:00
parent a0692d51f7
commit 86611a3a40
6 changed files with 18 additions and 0 deletions

View File

@ -66,12 +66,14 @@ jittest:
windows.*: 1
windows10-64-ccov/debug: 6
macosx.*: 1
macosx64-ccov/debug: 4
android-em-4.3-arm7-api-15/debug: 20
android.*: 10
default: 6
max-run-time:
by-test-platform:
windows10-64-ccov/debug: 7200
macosx64-ccov/debug: 7200
default: 3600
mozharness:
chunked:

View File

@ -69,6 +69,7 @@ mochitest:
linux64-asan/opt: 10
linux64-.*cov/opt: 10
windows10-64-ccov/debug: 10
macosx64-ccov/debug: 10
default: 5
e10s:
by-test-platform:
@ -118,6 +119,7 @@ mochitest-browser-chrome:
by-test-platform:
linux64-.*cov/opt: 7200
windows10-64-ccov/debug: 7200
macosx64-ccov/debug: 10800
linux.*/debug: 5400
default: 3600
mozharness:
@ -204,6 +206,7 @@ mochitest-clipboard:
max-run-time:
by-test-platform:
windows10-64-ccov/debug: 7200
macosx64-ccov/debug: 7200
default: 3600
e10s:
by-test-platform:
@ -234,6 +237,7 @@ mochitest-devtools-chrome:
max-run-time:
by-test-platform:
windows10-64-ccov/debug: 7200
macosx64-ccov/debug: 9000
default: 5400
run-on-projects:
by-test-platform:
@ -242,6 +246,7 @@ mochitest-devtools-chrome:
chunks:
by-test-platform:
windows10-64-ccov/debug: 10
macosx64-ccov/debug: 15
default: 8
mozharness:
mochitest-flavor: chrome
@ -288,6 +293,7 @@ mochitest-media:
max-run-time:
by-test-platform:
windows10-64-ccov/debug: 7200
macosx64-ccov/debug: 7200
default: 5400
run-on-projects: built-projects
loopback-video: true
@ -371,6 +377,7 @@ mochitest-webgl1-core:
max-run-time:
by-test-platform:
windows.*: 5400
macosx64-ccov/debug: 7200
default: 3600
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
allow-software-gl-layers: false

View File

@ -79,11 +79,13 @@ jsreftest:
linux64-qr/.*: 4
linux32/debug: 5
macosx.*: 2
macosx64-ccov/debug: 5
default: 3
max-run-time:
by-test-platform:
android-em.*: 7200
windows10-64-ccov/debug: 7200
macosx64-ccov/debug: 7200
default: 3600
reftest:
@ -106,6 +108,7 @@ reftest:
android-em.*: 28
macosx64.*/opt: 2
macosx64.*/debug: 3
macosx64-ccov/debug: 6
windows.*/opt: 2
windows.*/debug: 4
windows10-64-ccov/debug: 6
@ -118,6 +121,7 @@ reftest:
by-test-platform:
android-em.*: 7200
windows10-64-ccov/debug: 5400
macosx64-ccov/debug: 5400
default: 3600
mozharness:
chunked:

View File

@ -23,10 +23,12 @@ web-platform-tests:
macosx64/opt: 5
macosx64/debug: 10
windows10-64-ccov/debug: 15
macosx64-ccov/debug: 24
default: 12
max-run-time:
by-test-platform:
windows10-64-ccov/debug: 10800
macosx64-ccov/debug: 7200
default: 7200
e10s:
by-test-platform:

View File

@ -45,6 +45,7 @@ xpcshell:
macosx.*: 1
windows.*: 1
windows10-64-ccov/debug: 8
macosx64-ccov/debug: 8
default: 8
instance-size:
by-test-platform:

View File

@ -0,0 +1,2 @@
disabled:
if ccov and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1471543