aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2018-01-29 10:30:02 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-29 15:54:09 +0000
commit03bd9ee472ed1f7b3b2320277fdf32e461abc54d (patch)
treee3968084aa21368137221f596d0bffe094fccb88 /infra
parent8bf3dcaa8673e842cbad2c01aec1dc8ca3e190da (diff)
Disable flaky perf benchmark
Bug: skia:7551 Change-Id: Id1e4a345849f0e596d38278e5e9d88dfa476d678 Reviewed-on: https://skia-review.googlesource.com/101127 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json3
-rw-r--r--infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json1
-rw-r--r--infra/bots/recipes/perf.py1
3 files changed, 4 insertions, 1 deletions
diff --git a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json
index 2b1d4d50db..350ec4af21 100644
--- a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json
+++ b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json
@@ -338,7 +338,8 @@
"~GM_animated-image-blurs",
"~blendmode_mask_",
"~desk_carsvg.skp",
- "~^path_text_clipped"
+ "~^path_text_clipped",
+ "~shapes_rrect_inner_rrect_50_500x500"
],
"env": {
"BUILDTYPE": "Debug",
diff --git a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json
index d3285abe75..05105a1bbd 100644
--- a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json
+++ b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json
@@ -375,6 +375,7 @@
"~blendmode_mask_",
"~desk_carsvg.skp",
"~^path_text_clipped",
+ "~shapes_rrect_inner_rrect_50_500x500",
"--outResultsFile",
"/cache/skia/perf/nanobench_abc123_1337000001.json",
"--properties",
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 15667dffa2..ab1848694e 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -275,6 +275,7 @@ def perf_steps(api):
'~blendmode_mask_',
'~desk_carsvg.skp',
'~^path_text_clipped', # Bot times out; skia:7190
+ '~shapes_rrect_inner_rrect_50_500x500', # skia:7551
])
if api.vars.upload_perf_results: