Commit 393b17a5 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Add test configs for experimental builder

TBR=sergiyb@chromium.org
NOTRY=true

Bug: chromium:890222
Change-Id: I5a48dca2a4c1dec61d21d068eee4b49d138a5c4b
Reviewed-on: https://chromium-review.googlesource.com/1256244Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56330}
parent ef2a19a2
......@@ -278,6 +278,17 @@
{'name': 'v8testing', 'variant': 'slow_path'},
],
},
# TODO(machenbach): Experimental builder with incomplete configs. Should be
# similar to v8_linux64_rel_ng_triggered after testing.
'v8_linux64_rel_xg': {
'swarming_dimensions' : {
'cpu': 'x86-64-avx2',
},
'tests': [
{'name': 'v8initializers'},
{'name': 'v8testing', 'shards': 2},
],
},
'v8_linux64_tsan_rel': {
'tests': [
{'name': 'benchmarks'},
......
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