Commit ed042d62 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Add perf-integration testing to FYI bot

Bug: chromium:775123
Change-Id: I970bdbb9759f765257167531110a16cb4257af10
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1581607
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61002}
parent fa5f08ab
......@@ -47,6 +47,10 @@
"label": "//test:v8_perf",
"type": "script",
},
"perf_integration": {
"label": "//test:v8_perf",
"type": "script",
},
"jsfunfuzz": {
"label": "//tools/jsfunfuzz:v8_jsfunfuzz",
"type": "script",
......
......@@ -312,6 +312,7 @@
'os': 'Ubuntu-14.04',
},
'tests': [
{'name': 'perf_integration'},
# Stress sampling.
{'name': 'mjsunit', 'variant': 'stress_sampling'},
{'name': 'webkit', 'variant': 'stress_sampling'},
......@@ -984,6 +985,7 @@
'os': 'Ubuntu-14.04',
},
'tests': [
{'name': 'perf_integration'},
# Infra staging.
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 1},
# Stress sampling.
......
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