aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gpu_map.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-02-01 15:56:55 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-02 12:59:39 +0000
commit2722549410ca6d349af439c1454391e70fd1c0e6 (patch)
tree5b3345beae3b1ee142d69ff0861b29007f814564 /infra/bots/gpu_map.json
parent6f6961ebad65c582318564b3688e78e5c99f3935 (diff)
gen_tasks.go: Read jobs, Android, and GPU mappings from a JSON file
BUG=skia:6070 Change-Id: I02edcb0b1a98967e5d84f89a5ef578b36efadd8f Reviewed-on: https://skia-review.googlesource.com/7825 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/gpu_map.json')
-rw-r--r--infra/bots/gpu_map.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/infra/bots/gpu_map.json b/infra/bots/gpu_map.json
new file mode 100644
index 0000000000..59d89f33b1
--- /dev/null
+++ b/infra/bots/gpu_map.json
@@ -0,0 +1,14 @@
+{
+ "AMDHD7770": "1002:683d",
+ "GeForce320M": "10de:08a4",
+ "GT610": "10de:104a",
+ "GTX1070": "10de:1ba1",
+ "GTX550Ti": "10de:1244",
+ "GTX660": "10de:11c0",
+ "GTX960": "10de:1401",
+ "HD4000": "8086:0a2e",
+ "iHD530": "8086:1912",
+ "IntelHD4600": "8086:0412",
+ "IntelIris540": "8086:1926",
+ "IntelIris6100": "8086:162b"
+}