aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2017-11-07 15:34:22 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-07 22:58:46 +0000
commit035fcdfe5706e86ec219690062a46ac638c9526a (patch)
tree6cb57ce57e20a90749683c77fcadfd17bb50727f /infra
parent52db9400d74dcade2fa94ff08d0e583151144dd4 (diff)
Blacklist path_text_clipped on Chromecast
The test takes so long that the bot times out. Bug: skia: Change-Id: I77e7b192a1df1f422e61f09a931b7576fa55fbde Reviewed-on: https://skia-review.googlesource.com/68440 Commit-Queue: Chris Dalton <csmartdalton@google.com> Reviewed-by: 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 d0cae9b36a..77568504b0 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
@@ -356,7 +356,8 @@
"~blur_image_filter",
"~blur_0.01",
"~GM_animated-image-blurs",
- "~blendmode_mask_"
+ "~blendmode_mask_",
+ "~^path_text_clipped"
],
"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 96b99649bf..05492aab68 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
@@ -393,6 +393,7 @@
"~blur_0.01",
"~GM_animated-image-blurs",
"~blendmode_mask_",
+ "~^path_text_clipped",
"--outResultsFile",
"/cache/skia/perf/nanobench_abc123_1337000001.json",
"--properties",
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 0318e7d02a..01c43cf9a4 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -282,6 +282,7 @@ def perf_steps(api):
'~blur_0.01',
'~GM_animated-image-blurs',
'~blendmode_mask_',
+ '~^path_text_clipped', # Bot times out; skia:7190
])
if api.vars.upload_perf_results: