Commit c61b13b1 authored by Jakob Gruber's avatar Jakob Gruber Committed by Commit Bot

[infra] Add stress_snapshot variant to fyi bots

These are currently expected to fail quite often since support is
still incomplete. Let's add them to fyi bots for now and extend
coverage later.

Bug: v8:10416,chromium:1043058
Change-Id: I1fe60c85f3fcf1e7e2981c28908208b348150b7f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2181286
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67587}
parent a0059e71
...@@ -310,12 +310,13 @@ ...@@ -310,12 +310,13 @@
'os': 'Ubuntu-16.04', 'os': 'Ubuntu-16.04',
}, },
'tests': [ 'tests': [
# Infra staging.
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
# Stress sampling. # Stress sampling.
{'name': 'mjsunit', 'variant': 'stress_sampling'}, {'name': 'mjsunit', 'variant': 'stress_sampling'},
{'name': 'webkit', 'variant': 'stress_sampling'}, {'name': 'webkit', 'variant': 'stress_sampling'},
# Infra staging. # Stress snapshot.
{'name': 'test262', 'variant': 'infra_staging', 'shards': 2}, {'name': 'mjsunit', 'variant': 'stress_snapshot'},
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
], ],
}, },
'v8_linux64_msan_rel': { 'v8_linux64_msan_rel': {
...@@ -960,8 +961,10 @@ ...@@ -960,8 +961,10 @@
# Infra staging. # Infra staging.
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2}, {'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
# Stress sampling. # Stress sampling.
{'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1}, {'name': 'mjsunit', 'variant': 'stress_sampling'},
{'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1}, {'name': 'webkit', 'variant': 'stress_sampling'},
# Stress snapshot.
{'name': 'mjsunit', 'variant': 'stress_snapshot'},
], ],
}, },
'V8 Linux64 - debug - perfetto': { 'V8 Linux64 - debug - perfetto': {
...@@ -983,10 +986,12 @@ ...@@ -983,10 +986,12 @@
}, },
'tests': [ 'tests': [
# Infra staging. # Infra staging.
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 1}, {'name': 'v8testing', 'variant': 'infra_staging'},
# Stress sampling. # Stress sampling.
{'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1}, {'name': 'mjsunit', 'variant': 'stress_sampling'},
{'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1}, {'name': 'webkit', 'variant': 'stress_sampling'},
# Stress snapshot.
{'name': 'mjsunit', 'variant': 'stress_snapshot'},
], ],
}, },
'V8 Linux64 - gcov coverage': { 'V8 Linux64 - gcov coverage': {
......
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