[test] Migrate builder-specific variant configurations

NOTRY=true

Bug: chromium:830557
Change-Id: Ic67ab462f7be1787613ad42219f81760a96a3731
Reviewed-on: https://chromium-review.googlesource.com/c/1282955
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56696}
This commit is contained in:
Michael Achenbach 2018-10-16 15:27:01 +02:00 committed by Commit Bot
parent 3299127220
commit 9ca02dfc5e

View File

@ -616,7 +616,7 @@
},
'V8 Linux - full debug': {
'tests': [
{'name': 'v8testing'},
{'name': 'v8testing', 'variant': 'default'},
],
},
'V8 Linux - gc stress': {
@ -637,9 +637,9 @@
},
'V8 Linux - noi18n - debug': {
'tests': [
{'name': 'mozilla'},
{'name': 'test262'},
{'name': 'v8testing'},
{'name': 'mozilla', 'variant': 'default'},
{'name': 'test262', 'variant': 'default'},
{'name': 'v8testing', 'variant': 'default'},
],
},
'V8 Linux - nosnap': {
@ -649,9 +649,9 @@
'priority': 35,
},
'tests': [
{'name': 'mozilla'},
{'name': 'test262', 'shards': 2},
{'name': 'v8testing', 'shards': 3},
{'name': 'mozilla', 'variant': 'default'},
{'name': 'test262', 'variant': 'default', 'shards': 2},
{'name': 'v8testing', 'variant': 'default', 'shards': 3},
],
},
'V8 Linux - nosnap - debug': {
@ -661,7 +661,7 @@
'priority': 35,
},
'tests': [
{'name': 'v8testing', 'shards': 12},
{'name': 'v8testing', 'variant': 'default', 'shards': 12},
],
},
'V8 Linux - predictable': {
@ -932,7 +932,7 @@
'os': 'Windows-7-SP1',
},
'tests': [
{'name': 'v8testing', 'shards': 2},
{'name': 'v8testing', 'variant': 'default', 'shards': 2},
],
},
'V8 Win64': {