aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-08-07 14:56:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-07 19:14:25 +0000
commite0996536a823eef2091c4b601a54f5071e28d8ce (patch)
tree9f702434cb1d12878b2a639ad30386019a3d2eaa /infra
parent8aeec29bec673e7a3585625dc48e00e51897d474 (diff)
Add another blacklist for win Intel perf
Started happening after an SKP updated. This looks to be another bug in the llvm compiler Intel is using for windows vulkan. Bug: skia:6863 Change-Id: If2bf4c4b61d0958a21e1e56eae6497310fcff3f8 Reviewed-on: https://skia-review.googlesource.com/31640 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/perf.expected/Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan.json1
-rw-r--r--infra/bots/recipes/perf.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan.json b/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan.json
index 3872a44a47..63e354f887 100644
--- a/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan.json
+++ b/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-Vulkan.json
@@ -179,6 +179,7 @@
"~text_16_LCD_FF",
"~text_16_LCD_WT",
"~desk_skbug6850overlay2",
+ "~desk_googlespreadsheet",
"~inc0.gif",
"~inc1.gif",
"~incInterlaced.gif",
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 3603239d6b..44c4554a7a 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -150,6 +150,7 @@ def nanobench_flags(api, bot):
match.append('~text_16_LCD_WT')
# skia:6863
match.append('~desk_skbug6850overlay2')
+ match.append('~desk_googlespreadsheet')
if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):
# TODO(dogben): Track down what's causing bots to die.
verbose = True