diff options
author | Ben Wagner <benjaminwagner@google.com> | 2017-08-15 12:43:55 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-15 17:24:27 +0000 |
commit | 0d2b091c73a6163861b23cf0872d76edfd34a884 (patch) | |
tree | 3e4c6a0a15299100dbd5b5eb137d5a97a7339aec /infra/bots | |
parent | 057981388d74ee578dd07067e3e4bd058eb57679 (diff) |
Upgrade GT610 drivers.
Bug: skia:6959
Change-Id: I5d89a5bdc8729f3bc7103710744158397a286899
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/34722
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots')
-rw-r--r-- | infra/bots/gen_tasks.go | 2 | ||||
-rw-r--r-- | infra/bots/tasks.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go index d4ae3ae5b6..96dd34c43a 100644 --- a/infra/bots/gen_tasks.go +++ b/infra/bots/gen_tasks.go @@ -257,7 +257,7 @@ func defaultSwarmDimensions(parts map[string]string) []string { if strings.Contains(parts["os"], "Win") { gpu, ok := map[string]string{ "AMDHD7770": "1002:683d-22.19.165.512", - "GT610": "10de:104a-21.21.13.7619", + "GT610": "10de:104a-22.21.13.8205", "GTX1070": "10de:1ba1-22.21.13.8205", "GTX660": "10de:11c0-22.21.13.8205", "GTX960": "10de:1401-22.21.13.8205", diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 54e1b5a7b7..10e88454c4 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -9310,7 +9310,7 @@ "Housekeeper-PerCommit-BundleRecipes" ], "dimensions": [ - "gpu:10de:104a-21.21.13.7619", + "gpu:10de:104a-22.21.13.8205", "os:Windows-10-10586", "pool:Skia" ], @@ -16672,7 +16672,7 @@ "Housekeeper-PerCommit-BundleRecipes" ], "dimensions": [ - "gpu:10de:104a-21.21.13.7619", + "gpu:10de:104a-22.21.13.8205", "os:Windows-10-10586", "pool:Skia" ], |