diff options
author | Greg Daniel <egdaniel@google.com> | 2018-01-29 10:04:41 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-01-29 16:14:51 +0000 |
commit | a6717ce9fe02e1a251eaa39aa096dd90c6975f26 (patch) | |
tree | c4dbf76d725adf051d6f6df685ec387c794b4dae | |
parent | aa3dfbe51e6f14db5ccc048b4167ad334ce05176 (diff) |
Blacklist additional perf skp on win Intel Vulkan
Bug: skia:6863
Change-Id: Iafdf7cd75d287f4d1f4a639e768b3d9418544959
Reviewed-on: https://skia-review.googlesource.com/101125
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
-rw-r--r-- | infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json | 1 | ||||
-rw-r--r-- | infra/bots/recipes/perf.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json b/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json index 2d5f7f2ccd..2ab772350f 100644 --- a/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json +++ b/infra/bots/recipes/perf.expected/Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json @@ -179,6 +179,7 @@ "~text_16_LCD_WT", "~desk_skbug6850overlay2", "~desk_googlespreadsheet", + "~desk_carsvg", "~inc0.gif", "~inc1.gif", "~incInterlaced.gif", diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py index ab1848694e..d75497d1c4 100644 --- a/infra/bots/recipes/perf.py +++ b/infra/bots/recipes/perf.py @@ -171,6 +171,7 @@ def nanobench_flags(api, bot): # skia:6863 match.append('~desk_skbug6850overlay2') match.append('~desk_googlespreadsheet') + match.append('~desk_carsvg') 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 |