[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: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61002}
This commit is contained in:
Michael Achenbach 2019-04-25 08:43:36 +02:00 committed by Commit Bot
parent fa5f08abf6
commit ed042d62dd
2 changed files with 6 additions and 0 deletions

View File

@ -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",

View File

@ -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.