From a6717ce9fe02e1a251eaa39aa096dd90c6975f26 Mon Sep 17 00:00:00 2001 From: Greg Daniel Date: Mon, 29 Jan 2018 10:04:41 -0500 Subject: 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 Commit-Queue: Greg Daniel --- ...Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release-All-Vulkan.json | 1 + infra/bots/recipes/perf.py | 1 + 2 files changed, 2 insertions(+) (limited to 'infra') 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 -- cgit v1.2.3