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>
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 3872a44..63e354f 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 3603239..44c4554 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -150,6 +150,7 @@
     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