Bug 1549619 - task efficiency: revisit chunking of mochitest-devtools-chrome r=jmaher

Changes:
- reduced `linux64/debug` chunking to 14 (from 16)
- reduced `linux64-ccov/debug` to 14 (from 16)
- increased `windows64-ccov` to 16 (from 10)
- maintain all non-ccov debug to 8
- maintain all asan to 8
- reduce everything else to 5

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Gao 2019-05-08 22:20:53 +00:00
Родитель 51fd51ab63
Коммит fc6d3277ec
1 изменённых файлов: 4 добавлений и 5 удалений

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

@ -222,11 +222,10 @@ mochitest-devtools-chrome:
default: 5400
chunks:
by-test-platform:
linux64/debug: 16
linux64-ccov/debug: 16
windows10-64-ccov/debug: 10
macosx64-ccov/debug: 15
default: 8
.*-ccov/debug: 16
linux64/debug: 12
.*-asan/opt: 8
default: 5
mozharness:
mochitest-flavor: chrome
chunked: true