aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-05-24 14:08:33 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-24 18:30:45 +0000
commitf6ca16e6ec1bd1350b94e931f0d16dcda432d868 (patch)
tree0ecca037fdcff9dba411cfc9947471ad8b954d50 /infra
parent9fff11133d1890a2733e8a61ba976492fe800c99 (diff)
also run srgb config on SK_FORCE_RASTER_PIPELINE_BLITTER bot
This helps make srgb triage easier. Change-Id: Id9cf0568f28de94d4485ba4ccb6d3235d32373a3 Reviewed-on: https://skia-review.googlesource.com/17839 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER.json1
-rw-r--r--infra/bots/recipes/test.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER.json b/infra/bots/recipes/test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER.json
index ba9ffccdc1..8df0be11bf 100644
--- a/infra/bots/recipes/test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER.json
+++ b/infra/bots/recipes/test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-SK_FORCE_RASTER_PIPELINE_BLITTER.json
@@ -256,6 +256,7 @@
"--randomProcessorTest",
"--config",
"8888",
+ "srgb",
"--src",
"gm",
"image",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 646f0ef71a..5e008f3e0d 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -147,7 +147,7 @@ def dm_flags(bot):
# This bot only differs from vanilla CPU bots in 8888 config.
if 'SK_FORCE_RASTER_PIPELINE_BLITTER' in bot:
- configs = ['8888']
+ configs = ['8888', 'srgb']
args.append('--config')
args.extend(configs)