Commit 89428ef3 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Use only default variants for Android tests

Though it works with other variants apparently, we don't want to waste to
many resources for now.

NOTRY=true
TBR=sergiyb@chromium.org

Bug: chromium:866862
Change-Id: I8da2808fec183efa1bf325664ecf33f18a5b02fc
Reviewed-on: https://chromium-review.googlesource.com/1213187Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55728}
parent a5dc30a6
......@@ -39,10 +39,10 @@
'os': 'Android',
},
'tests': [
{'name': 'benchmarks'},
{'name': 'benchmarks', 'variant': 'default'},
{'name': 'd8testing', 'variant': 'default', 'shards': 2},
{'name': 'mozilla'},
{'name': 'test262', 'shards': 6},
{'name': 'mozilla', 'variant': 'default'},
{'name': 'test262_variants', 'variant': 'default', 'shards': 6},
],
},
##############################################################################
......
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