aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2018-01-22 11:32:39 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-22 18:24:57 +0000
commit5d750edfdd4fcf75bc51155f29f553bb0c46b59d (patch)
treeafc061c8f0731b25f9068b920422064b963d32cc /infra
parent87d18ced0a54c9ed836a82d4276a4f45b27a2943 (diff)
Blacklist changed skp
Bug: skia:6687 Change-Id: I1562d7e9ded7f1be8a7ddc0c2341e54d5abbc0ae Reviewed-on: https://skia-review.googlesource.com/97901 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Eric Boren <borenet@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.json1
-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.py3
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 088cfc00f2..25520e7e93 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
@@ -337,6 +337,7 @@
"~blur_0.01",
"~GM_animated-image-blurs",
"~blendmode_mask_",
+ "~desk_carsvg.skp",
"~^path_text_clipped"
],
"env": {
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 25e8982b43..51c3060761 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
@@ -373,6 +373,7 @@
"~blur_0.01",
"~GM_animated-image-blurs",
"~blendmode_mask_",
+ "~desk_carsvg.skp",
"~^path_text_clipped",
"--outResultsFile",
"/cache/skia/perf/nanobench_abc123_1337000001.json",
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index a40bc03895..ea640d7932 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -267,12 +267,13 @@ def perf_steps(api):
api.flavor.device_dirs.resource_dir, 'color_wheel.jpg'),
'--skps', api.flavor.device_dirs.skp_dir,
'--pre_log',
- '--match', # skia:6581
+ '--match', # skia:6687
'~matrixconvolution',
'~blur_image_filter',
'~blur_0.01',
'~GM_animated-image-blurs',
'~blendmode_mask_',
+ '~desk_carsvg.skp',
'~^path_text_clipped', # Bot times out; skia:7190
])