Commit 9ca02dfc authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Migrate builder-specific variant configurations

NOTRY=true

Bug: chromium:830557
Change-Id: Ic67ab462f7be1787613ad42219f81760a96a3731
Reviewed-on: https://chromium-review.googlesource.com/c/1282955Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56696}
parent 32991272
......@@ -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': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment