Use Chrome-GPU pool for CT GPU runs

Bug: chromium:700053
NoTry: true
Change-Id: Ib62ea29f5192df1b03e9d8caecb6af4daeee0e49
Reviewed-on: https://skia-review.googlesource.com/46060
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
diff --git a/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_10k_SKPs.json b/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_10k_SKPs.json
index af34b27..7d239ca 100644
--- a/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_10k_SKPs.json
+++ b/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_10k_SKPs.json
@@ -853,7 +853,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -924,7 +924,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -995,7 +995,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -1066,7 +1066,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -1137,7 +1137,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
diff --git a/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_1k_SKPs.json b/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_1k_SKPs.json
index bf66fb7..f7f67e4 100644
--- a/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_1k_SKPs.json
+++ b/infra/bots/recipes/ct_skps.expected/CT_GPU_BENCH_1k_SKPs.json
@@ -853,7 +853,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -924,7 +924,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -995,7 +995,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -1066,7 +1066,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
@@ -1137,7 +1137,7 @@
       "Ubuntu-14.04",
       "--dimension",
       "pool",
-      "Chrome",
+      "Chrome-GPU",
       "--tag",
       "allow_milo:1",
       "--tag",
diff --git a/infra/bots/recipes/ct_skps.py b/infra/bots/recipes/ct_skps.py
index 193f812..6f9885b 100644
--- a/infra/bots/recipes/ct_skps.py
+++ b/infra/bots/recipes/ct_skps.py
@@ -203,6 +203,8 @@
   dimensions={'os': 'Ubuntu-14.04', 'cpu': 'x86-64', 'pool': 'Chrome'}
   if 'GPU' in buildername:
     dimensions['gpu'] = '10de:104a'
+    # See crbug.com/700053
+    dimensions['pool'] = 'Chrome-GPU'
   tasks = api.skia_swarming.trigger_swarming_tasks(
       tasks_to_swarm_hashes, dimensions=dimensions, io_timeout=40*60)