Bug 1647383 - chunk web-platform-tests-crashtest and web-platform-tests-wdspec in decision task r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D80529
This commit is contained in:
Edwin Takahashi 2020-06-24 18:23:39 +00:00
parent 6c815b0bcf
commit 507fa3db90
2 changed files with 2 additions and 2 deletions

View File

@ -263,10 +263,8 @@ CHUNK_SUITES_BLACKLIST = (
'test-verify-gpu',
'test-verify-wpt',
'web-platform-tests-backlog',
'web-platform-tests-crashtest',
'web-platform-tests-print-reftest',
'web-platform-tests-reftest-backlog',
'web-platform-tests-wdspec',
)
"""These suites will be chunked at test runtime rather than here in the taskgraph."""

View File

@ -221,6 +221,7 @@ TEST_SUITES = {
'web-platform-tests-crashtest': {
'aliases': ('wpt',),
'mach_command': 'web-platform-tests',
'build_flavor': 'web-platform-tests',
'kwargs': {'subsuite': 'crashtest'},
'task_regex': ['web-platform-tests-crashtest($|.*(-1|[^0-9])$)',
'test-verify-wpt'],
@ -243,6 +244,7 @@ TEST_SUITES = {
'web-platform-tests-wdspec': {
'aliases': ('wpt',),
'mach_command': 'web-platform-tests',
'build_flavor': 'web-platform-tests',
'kwargs': {'subsuite': 'wdspec'},
'task_regex': ['web-platform-tests-wdspec($|.*(-1|[^0-9])$)',
'test-verify-wpt'],